aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Reinier van der Leer <pwuts@agpt.co> 2024-02-29 19:17:16 +0100
committerGravatar GitHub <noreply@github.com> 2024-02-29 19:17:16 +0100
commit40f98f0f38ded7122fdf8692043b5ad08d4522a9 (patch)
tree71d044357a2ea6086925131055824b91565c3004
parentfix(benchmark/reports): Resolve error in format.py on `attempt.cost` is `None` (diff)
downloadAuto-GPT-40f98f0f38ded7122fdf8692043b5ad08d4522a9.tar.gz
Auto-GPT-40f98f0f38ded7122fdf8692043b5ad08d4522a9.tar.bz2
Auto-GPT-40f98f0f38ded7122fdf8692043b5ad08d4522a9.zip
chore: Change `agbenchmark` to directory dependency in `autogpt` and `forge` (#6946)
Poetry recently released v1.8.x containing a fix for the issue we were having earlier: https://github.com/python-poetry/poetry/issues/8548 This means unavailable optional directory dependencies no longer break the docker build.
-rw-r--r--autogpts/autogpt/poetry.lock11
-rw-r--r--autogpts/autogpt/pyproject.toml4
-rw-r--r--autogpts/forge/poetry.lock9
-rw-r--r--autogpts/forge/pyproject.toml4
4 files changed, 11 insertions, 17 deletions
diff --git a/autogpts/autogpt/poetry.lock b/autogpts/autogpt/poetry.lock
index 68045bbd8..176be5e63 100644
--- a/autogpts/autogpt/poetry.lock
+++ b/autogpts/autogpt/poetry.lock
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand.
+# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
[[package]]
name = "abstract-singleton"
@@ -48,11 +48,8 @@ types-requests = "^2.31.0.1"
uvicorn = "^0.23.2"
[package.source]
-type = "git"
-url = "https://github.com/Significant-Gravitas/AutoGPT.git"
-reference = "HEAD"
-resolved_reference = "3a170111293a72118e1f4cb28632af07faaae0ac"
-subdirectory = "benchmark"
+type = "directory"
+url = "../../benchmark"
[[package]]
name = "agent-protocol-client"
@@ -7251,4 +7248,4 @@ benchmark = ["agbenchmark"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
-content-hash = "c2f804f858f26976c587738744a7a57a4be8b5c7b8208837f424893b173c33b9"
+content-hash = "f693821e204aaf64d946ac45d7c0e447f02c2a3f173f939dac2fcc8e797a142f"
diff --git a/autogpts/autogpt/pyproject.toml b/autogpts/autogpt/pyproject.toml
index bef35fe21..919e11018 100644
--- a/autogpts/autogpt/pyproject.toml
+++ b/autogpts/autogpt/pyproject.toml
@@ -69,8 +69,8 @@ webdriver-manager = "*"
openapi-python-client = "^0.14.0"
# Benchmarking
-# agbenchmark = { path = "../../benchmark", optional = true }
-agbenchmark = {git = "https://github.com/Significant-Gravitas/AutoGPT.git", subdirectory = "benchmark", optional = true}
+agbenchmark = { path = "../../benchmark", optional = true }
+# agbenchmark = {git = "https://github.com/Significant-Gravitas/AutoGPT.git", subdirectory = "benchmark", optional = true}
google-cloud-logging = "^3.8.0"
google-cloud-storage = "^2.13.0"
psycopg2-binary = "^2.9.9"
diff --git a/autogpts/forge/poetry.lock b/autogpts/forge/poetry.lock
index a6222fbdc..db815b09a 100644
--- a/autogpts/forge/poetry.lock
+++ b/autogpts/forge/poetry.lock
@@ -37,11 +37,8 @@ types-requests = "^2.31.0.1"
uvicorn = "^0.23.2"
[package.source]
-type = "git"
-url = "https://github.com/Significant-Gravitas/AutoGPT.git"
-reference = "HEAD"
-resolved_reference = "3a170111293a72118e1f4cb28632af07faaae0ac"
-subdirectory = "benchmark"
+type = "directory"
+url = "../../benchmark"
[[package]]
name = "agent-protocol-client"
@@ -5017,4 +5014,4 @@ benchmark = ["agbenchmark"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
-content-hash = "7055c043f4af92c81045e17ea8d10e76cbe6d788bf1a51fc631936c37337101d"
+content-hash = "039811d669129bc7d18daec367c6a1cf72fa648cc264244717b39898e23d233e"
diff --git a/autogpts/forge/pyproject.toml b/autogpts/forge/pyproject.toml
index cf20fb12a..a85f275b1 100644
--- a/autogpts/forge/pyproject.toml
+++ b/autogpts/forge/pyproject.toml
@@ -24,8 +24,8 @@ litellm = "^1.17.9"
duckduckgo-search = "^4.0.0"
selenium = "^4.13.0"
bs4 = "^0.0.1"
-# agbenchmark = { path = "../../benchmark", optional = true }
-agbenchmark = {git = "https://github.com/Significant-Gravitas/AutoGPT.git", subdirectory = "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"