File size: 381 Bytes
c47b5d9 |
1 2 3 4 5 6 7 8 9 10 11 |
# Core ADK framework
google-adk>=1.0.0 # Includes google.adk packages :contentReference[oaicite:1]{index=1}
# Google GenAI SDK (Gemini & Vertex AI)
google-genai>=1.23.0 # Provides google.genai.types and integration :contentReference[oaicite:2]{index=2}
# HTTP requests
requests>=2.0
# Standard-library zoneinfo; ensure Python 3.9+
# (no extra install needed) |