fix(deploy): bruk Python 3.13, pin litellm>=1.67 for 3.13-støtte

This commit is contained in:
chrischristiansen-glitch 2026-05-26 00:44:35 +02:00
parent 121c168ecd
commit a163ca8c3e
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
3.12 3.13

View File

@ -4,6 +4,9 @@
google-adk>=1.0.0,<2.0.0 google-adk>=1.0.0,<2.0.0
google-cloud-aiplatform[adk,agent_engines,evaluation]>=1.112.0 google-cloud-aiplatform[adk,agent_engines,evaluation]>=1.112.0
# litellm — pinned for Python 3.13 compatibility
litellm>=1.67.0
# Secret Manager integration # Secret Manager integration
google-cloud-secret-manager>=2.20.0 google-cloud-secret-manager>=2.20.0