From fe9759c51699612aeb24425a7258b4a1c657b64d Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 00:43:53 +0000 Subject: [PATCH] deps: Align Agent-Gateway dependencies with SDK 2026 Updated apps/agent-gateway/requirements.txt to comply with the 'Singularity Blueprint 2026' and 'SDK 2026' specifications. Pinned versions: - fastapi==0.115.0 - uvicorn[standard]==0.30.0 - google-cloud-aiplatform==1.130.0 - google-genai==1.60.0 - firebase-admin==6.5.0 - google-cloud-logging==3.10.0 Added infrastructure dependencies: - redis==5.0.0 - slowapi==0.1.9 These changes ensure the Agent-Gateway is ready for the 2026 Google Native stack. TAG: JULES, DEPS, COMPLIANCE Co-authored-by: JuanCS-Dev <227056558+JuanCS-Dev@users.noreply.github.com> --- apps/agent-gateway/requirements.txt | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/apps/agent-gateway/requirements.txt b/apps/agent-gateway/requirements.txt index be71637b..3a859efa 100644 --- a/apps/agent-gateway/requirements.txt +++ b/apps/agent-gateway/requirements.txt @@ -1,12 +1,12 @@ -fastapi>=0.109.0 -uvicorn[standard]>=0.27.0 -google-cloud-aiplatform>=1.38.0 -google-genai>=0.3.0 +fastapi==0.115.0 +uvicorn[standard]==0.30.0 +google-cloud-aiplatform==1.130.0 +google-genai==1.60.0 pydantic>=2.5.0 sse-starlette>=2.0.0 python-multipart>=0.0.9 async-lru>=2.0.4 -firebase-admin>=6.5.0 +firebase-admin==6.5.0 google-cloud-firestore>=2.16.0 vertice-core @ file:///app/packages/vertice-core vertice-mcp @ file:///app/sdk/python @@ -17,6 +17,7 @@ opentelemetry-exporter-otlp>=1.25.0 opentelemetry-instrumentation-fastapi>=0.46b0 opentelemetry-instrumentation-logging>=0.46b0 python-json-logger>=2.0.7 +google-cloud-logging==3.10.0 # Privacy (M9) google-cloud-kms>=2.21.0 cryptography>=42.0.0 @@ -24,3 +25,6 @@ cryptography>=42.0.0 stripe>=8.0.0 # Jules (M11) httpx>=0.27.0 +# Infrastructure (SDK 2026) +redis==5.0.0 +slowapi==0.1.9