From 7f5a6fdf4f326259f6d685c91c3f0b6856116994 Mon Sep 17 00:00:00 2001 From: gabrielfior Date: Tue, 2 Jul 2024 12:31:38 +0200 Subject: [PATCH] updated PMAT --- poetry.lock | 15 ++++++++------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index d125a0f..f4abb2a 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.3 and should not be changed by hand. [[package]] name = "aiohttp" @@ -4335,12 +4335,13 @@ test = ["coverage", "flake8", "freezegun (==0.3.15)", "mock (>=2.0.0)", "pylint" [[package]] name = "prediction-market-agent-tooling" -version = "0.39.4" +version = "0.39.5" 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.39.4-py3-none-any.whl", hash = "sha256:91299aae78a8952780749dea38c300c2817b86c254552e01b524528c758a955b"}, + {file = "prediction_market_agent_tooling-0.39.5-py3-none-any.whl", hash = "sha256:acd0d43de0c59a6000622e97cf3e0ceccb818bc7506b6ccc2ad7110563bb3fcb"}, + {file = "prediction_market_agent_tooling-0.39.5.tar.gz", hash = "sha256:b9e019b7cd0a5edda9d3b402d11e5f4817b5f3aeffedbe961411416f8826692a"}, ] [package.dependencies] @@ -4405,7 +4406,7 @@ matplotlib = "^3.8.3" memory-profiler = "^0.61.0" openai = "^1.10.0" pandas = "2.1.1" -prediction-market-agent-tooling = {version = "^0.39.4", extras = ["google", "langchain"]} +prediction-market-agent-tooling = {version = "^0.39.5", extras = ["google", "langchain"]} pyautogen = "^0.2.19" pysqlite3-binary = {version = "^0.5.2.post3", markers = "sys_platform == \"linux\""} pytest = "^8.0.0" @@ -4425,8 +4426,8 @@ watchdog = "^3.0.0" [package.source] type = "git" url = "https://github.com/polywrap/predictionprophet" -reference = "1b820ad93ddf2f8fc760c4eda20fce4515d66fd8" -resolved_reference = "1b820ad93ddf2f8fc760c4eda20fce4515d66fd8" +reference = "58433efc7225df04be886b41eb642b363c9f76c0" +resolved_reference = "58433efc7225df04be886b41eb642b363c9f76c0" [[package]] name = "preshed" @@ -7230,4 +7231,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "~3.10.0" -content-hash = "7841c3a200a5f892076c1b766507a1e7690f6f275167b097c892cbb1dd98fccf" +content-hash = "0b276972a8dd546ea0d2ae97b556d4225a8953e93b46d1e2b36ff11ff24d8aac" diff --git a/pyproject.toml b/pyproject.toml index fad4e50..4d72d1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ types-requests = "^2.31.0.20240106" black = "^23.12.1" autoflake = "^2.2.1" isort = "^5.13.2" -prediction-prophet = {git = "https://github.com/polywrap/predictionprophet", rev = "1b820ad93ddf2f8fc760c4eda20fce4515d66fd8"} +prediction-prophet = {git = "https://github.com/polywrap/predictionprophet", rev = "58433efc7225df04be886b41eb642b363c9f76c0"} [build-system] requires = ["poetry-core"]