chore(agent): Update forge and agbenchmark dependencies

This commit is contained in:
Reinier van der Leer
2024-02-14 01:32:28 +01:00
parent ab05b7ae70
commit e7698a4610
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand.
[[package]]
name = "abstract-singleton"
@@ -50,7 +50,7 @@ uvicorn = "^0.23.2"
type = "git"
url = "https://github.com/Significant-Gravitas/AutoGPT.git"
reference = "HEAD"
resolved_reference = "6763196d78603808dcbbc418942e468a68773b10"
resolved_reference = "ab05b7ae70754c06390982d237d86dc7290cd1aa"
subdirectory = "benchmark"
[[package]]
@@ -345,8 +345,8 @@ benchmark = ["agbenchmark @ git+https://github.com/Significant-Gravitas/AutoGPT.
[package.source]
type = "git"
url = "https://github.com/Significant-Gravitas/AutoGPT.git"
reference = "6763196d78603808dcbb"
resolved_reference = "6763196d78603808dcbbc418942e468a68773b10"
reference = "ab05b7ae70754c063909"
resolved_reference = "ab05b7ae70754c06390982d237d86dc7290cd1aa"
subdirectory = "autogpts/forge"
[[package]]
@@ -7236,4 +7236,4 @@ benchmark = ["agbenchmark"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "3a600c147d7ccb149a2230a3ad2efe50664dfecaf5c311669b220d8aa5450e53"
content-hash = "c2f804f858f26976c587738744a7a57a4be8b5c7b8208837f424893b173c33b9"

View File

@@ -24,7 +24,7 @@ serve = "autogpt.app.cli:serve"
python = "^3.10"
auto-gpt-plugin-template = {git = "https://github.com/Significant-Gravitas/Auto-GPT-Plugin-Template", rev = "0.1.0"}
# autogpt-forge = { path = "../forge" }
autogpt-forge = {git = "https://github.com/Significant-Gravitas/AutoGPT.git", rev = "6763196d78603808dcbb", subdirectory = "autogpts/forge"}
autogpt-forge = {git = "https://github.com/Significant-Gravitas/AutoGPT.git", rev = "ab05b7ae70754c063909", subdirectory = "autogpts/forge"}
beautifulsoup4 = "^4.12.2"
boto3 = "^1.33.6"
charset-normalizer = "^3.1.0"