diff --git a/poetry.lock b/poetry.lock index b437eb85..1e771bbd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -6891,13 +6891,13 @@ test = ["coverage", "django", "flake8", "freezegun (==0.3.15)", "mock (>=2.0.0)" [[package]] name = "prediction-market-agent-tooling" -version = "0.56.0" +version = "0.56.1" description = "Tools to benchmark, deploy and monitor prediction market agents." optional = false python-versions = "<3.12,>=3.10" files = [ - {file = "prediction_market_agent_tooling-0.56.0-py3-none-any.whl", hash = "sha256:511ce23be857d55db11c9c5aaee9db4f8d627c24a2a66ff786585191504a416d"}, - {file = "prediction_market_agent_tooling-0.56.0.tar.gz", hash = "sha256:aaa86a54682995a3a4d0de9bc5ff4726b470f539acd86c86ab489a3aa22d8f9b"}, + {file = "prediction_market_agent_tooling-0.56.1-py3-none-any.whl", hash = "sha256:db011af94e91a9ab657ed21574ee876fe96a9b35750c1af2358917ba50f82c22"}, + {file = "prediction_market_agent_tooling-0.56.1.tar.gz", hash = "sha256:460653ba31a67d612de3cc3e9b6c89677195ca92b7ddb5de3aca2ea10672ba89"}, ] [package.dependencies] @@ -11142,4 +11142,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "~3.10.0" -content-hash = "2b683503c8f77a849adda800955bb1f4a2564d0695cf208eddf4ac6e836a78a5" +content-hash = "8299959e7e5999289dff6f0f303d89c92cd679a300b9f99c5511344988079bc1" diff --git a/pyproject.toml b/pyproject.toml index db0ed57c..e44c260b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ poetry = "^1.7.1" poetry-plugin-export = "^1.6.0" functions-framework = "^3.5.0" cron-validator = "^1.0.8" -prediction-market-agent-tooling = { version = "^0.56.0", extras = ["langchain", "google"] } +prediction-market-agent-tooling = { version = "^0.56.1", extras = ["langchain", "google"] } pydantic-settings = "^2.1.0" autoflake = "^2.2.1" isort = "^5.13.2"