From 6aae47519d024cd507953171cf7dd1639875211b Mon Sep 17 00:00:00 2001 From: Peter Jung Date: Tue, 2 Jul 2024 13:23:03 +0200 Subject: [PATCH] Use latest Prophet --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index f4abb2a..84bfbc9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiohttp" @@ -4335,13 +4335,13 @@ test = ["coverage", "flake8", "freezegun (==0.3.15)", "mock (>=2.0.0)", "pylint" [[package]] name = "prediction-market-agent-tooling" -version = "0.39.5" +version = "0.40.0" 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.5-py3-none-any.whl", hash = "sha256:acd0d43de0c59a6000622e97cf3e0ceccb818bc7506b6ccc2ad7110563bb3fcb"}, - {file = "prediction_market_agent_tooling-0.39.5.tar.gz", hash = "sha256:b9e019b7cd0a5edda9d3b402d11e5f4817b5f3aeffedbe961411416f8826692a"}, + {file = "prediction_market_agent_tooling-0.40.0-py3-none-any.whl", hash = "sha256:f707067de1ea1c27e11eca292d625597616b65f1f3257f4a2d54ef32f4406c76"}, + {file = "prediction_market_agent_tooling-0.40.0.tar.gz", hash = "sha256:a92e1cfc25cd078c273435e0b93c083cac6fe1b7e75ff54aacf6fdf2769ff935"}, ] [package.dependencies] @@ -4406,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.5", extras = ["google", "langchain"]} +prediction-market-agent-tooling = {version = "^0.40.0", extras = ["google", "langchain"]} pyautogen = "^0.2.19" pysqlite3-binary = {version = "^0.5.2.post3", markers = "sys_platform == \"linux\""} pytest = "^8.0.0" @@ -4426,8 +4426,8 @@ watchdog = "^3.0.0" [package.source] type = "git" url = "https://github.com/polywrap/predictionprophet" -reference = "58433efc7225df04be886b41eb642b363c9f76c0" -resolved_reference = "58433efc7225df04be886b41eb642b363c9f76c0" +reference = "87a5bf0392d153611b89cf3400c11e4cc89bde84" +resolved_reference = "87a5bf0392d153611b89cf3400c11e4cc89bde84" [[package]] name = "preshed" @@ -7231,4 +7231,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "~3.10.0" -content-hash = "0b276972a8dd546ea0d2ae97b556d4225a8953e93b46d1e2b36ff11ff24d8aac" +content-hash = "6f934fb32bee313ba54fbb12cacf8d8137b8a36fb4f5b88ea2d126fb12d2c707" diff --git a/pyproject.toml b/pyproject.toml index 4d72d1c..901334d 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 = "58433efc7225df04be886b41eb642b363c9f76c0"} +prediction-prophet = {git = "https://github.com/polywrap/predictionprophet", rev = "87a5bf0392d153611b89cf3400c11e4cc89bde84"} [build-system] requires = ["poetry-core"]