Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
756 changes: 517 additions & 239 deletions autogpt_platform/autogpt_libs/poetry.lock

Large diffs are not rendered by default.

762 changes: 511 additions & 251 deletions autogpt_platform/backend/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions autogpt_platform/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ youtube-transcript-api = "^0.6.2"
googlemaps = "^4.10.0"
replicate = "^1.0.4"
pinecone = "^5.3.1"
cryptography = "^43.0"
python-multipart = "^0.0.20"
cryptography = "^46.0"
python-multipart = "^0.0.22"
sqlalchemy = "^2.0.36"
psycopg2-binary = "^2.9.10"
google-cloud-storage = "^2.18.2"
Expand Down
77 changes: 66 additions & 11 deletions autogpt_platform/market/poetry.lock

Large diffs are not rendered by default.

950 changes: 665 additions & 285 deletions classic/benchmark/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion classic/benchmark/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pydantic-settings = "^2.3.4"
pytest = "^7.3.2"
pytest-asyncio = "^0.23.3"
python-dotenv = "^1.0.0"
python-multipart = "^0.0.7"
python-multipart = ">=0.0.7,<0.0.23"
pyvis = "^0.3.2"
requests = "^2.31.0"
selenium = "^4.11.2"
Expand Down
1,290 changes: 934 additions & 356 deletions classic/forge/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion classic/forge/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ python-docx = "*"
python-dotenv = "^1.0.0"
python-multipart = "^0.0.7"
pylatexenc = "*"
pypdf = "^3.1.0"
pypdf = ">=3.1,<7.0"
pyyaml = "^6.0"
requests = "*"
selenium = "^4.13.0"
Expand Down
1,632 changes: 1,113 additions & 519 deletions classic/original_autogpt/poetry.lock

Large diffs are not rendered by default.