Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ google-genai>=2.12.1
# Used directly by core_api.clients.identity_token (Cloud Run ID-token
# fetch) — explicit here instead of relying on google-cloud-aiplatform's
# transitive pull, so a future GCP-SDK cleanup can't silently break it.
requests>=2.31
requests>=2.34.2
openai
python-dateutil>=2.8,<3
httpx>=0.27,<1
Expand Down
Loading