diff --git a/autogpts/autogpt/poetry.lock b/autogpts/autogpt/poetry.lock index 68045bbd..176be5e6 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 bef35fe2..919e1101 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 a6222fbd..db815b09 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 cf20fb12..a85f275b 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"