aboutsummaryrefslogtreecommitdiff
path: root/autogpts/forge/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/forge/pyproject.toml')
-rw-r--r--autogpts/forge/pyproject.toml10
1 files changed, 6 insertions, 4 deletions
diff --git a/autogpts/forge/pyproject.toml b/autogpts/forge/pyproject.toml
index b7ffd7dd9..368ecb5d6 100644
--- a/autogpts/forge/pyproject.toml
+++ b/autogpts/forge/pyproject.toml
@@ -10,7 +10,7 @@ packages = [{ include = "forge" }]
[tool.poetry.dependencies]
python = "^3.10"
python-dotenv = "^1.0.0"
-openai = "^0.27.8"
+openai = "^1.7.2"
tenacity = "^8.2.2"
sqlalchemy = "^2.0.19"
aiohttp = "^3.8.5"
@@ -20,12 +20,14 @@ python-multipart = "^0.0.6"
toml = "^0.10.2"
jinja2 = "^3.1.2"
uvicorn = "^0.23.2"
-litellm = "^0.1.821"
-duckduckgo-search = "^3.8.0"
+litellm = "^1.17.9"
+duckduckgo-search = "^4.0.0"
selenium = "^4.13.0"
bs4 = "^0.0.1"
-agbenchmark = { path = "../../benchmark", optional = true }
+# agbenchmark = { path = "../../benchmark", optional = true }
+agbenchmark = {git = "https://github.com/Significant-Gravitas/AutoGPT.git", subdirectory = "benchmark", optional = true}
webdriver-manager = "^4.0.1"
+google-cloud-storage = "^2.13.0"
[tool.poetry.extras]
benchmark = ["agbenchmark"]