Skip to content

Commit 2420aea

Browse files
committed
Fix Colab compatibility by relaxing requests version requirement
- Change requests requirement from >=2.32.0 to be compatible with Colab - Fixes incompatibility where Colab requires requests==2.32.3 - Resolves dependency conflict when installing google-adk>=1.8.0 in Colab Fixes #2319
1 parent 7f12387 commit 2420aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
"pydantic>=2.0, <3.0.0", # For data validation/models
4646
"python-dateutil>=2.9.0.post0", # For Vertext AI Session Service
4747
"python-dotenv>=1.0.0", # To manage environment variables
48-
"requests>=2.32.4",
48+
"requests>=2.32.0",
4949
"sqlalchemy>=2.0", # SQL database ORM
5050
"starlette>=0.46.2", # For FastAPI CLI
5151
"tenacity>=8.0.0", # For Retry management

0 commit comments

Comments
 (0)