You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments