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.
This commit is contained in:
Reinier van der Leer
2024-02-29 19:17:16 +01:00
committed by GitHub
parent c26c79c34c
commit 40f98f0f38
4 changed files with 11 additions and 17 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"