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: relax requests version requirement for Colab compatibility
- Change requests requirement from >=2.32.4 to >=2.32.0
- Allows Colab's requests==2.32.3 to satisfy the requirement
- Resolves dependency conflict when installing google-adk>=1.8.0 in Colab
Fixes#2319
0 commit comments