aboutsummaryrefslogtreecommitdiff
path: root/benchmark/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/pyproject.toml')
-rw-r--r--benchmark/pyproject.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/benchmark/pyproject.toml b/benchmark/pyproject.toml
index 61c987b55..6740004b4 100644
--- a/benchmark/pyproject.toml
+++ b/benchmark/pyproject.toml
@@ -11,7 +11,7 @@ packages = [{ include = "agbenchmark" }]
python = "^3.10"
pytest = "^7.3.2"
requests = "^2.31.0"
-openai = "^0.27.8"
+openai = "^1.7.2"
pydantic = "^1.10.9"
python-dotenv = "^1.0.0"
click = "^8.1.3"
@@ -30,8 +30,10 @@ uvicorn = "^0.23.2"
fastapi = "^0.99.0"
python-multipart = "^0.0.6"
toml = "^0.10.2"
-helicone = "^1.0.9"
+# helicone = "^1.0.9" # incompatible with openai@^1.0.0
httpx = "^0.24.0"
+agent-protocol-client = "^1.1.0"
+click-default-group = "^1.2.4"
[tool.poetry.group.dev.dependencies]
flake8 = "^3.9.2"