From a163ca8c3e9b287389240f95e074fd7a3dd7ed86 Mon Sep 17 00:00:00 2001 From: chrischristiansen-glitch Date: Tue, 26 May 2026 00:44:35 +0200 Subject: [PATCH] =?UTF-8?q?fix(deploy):=20bruk=20Python=203.13,=20pin=20li?= =?UTF-8?q?tellm>=3D1.67=20for=203.13-st=C3=B8tte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .python-version | 2 +- requirements.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.python-version b/.python-version index e4fba21..24ee5b1 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12 +3.13 diff --git a/requirements.txt b/requirements.txt index 92106db..4c95319 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,9 @@ google-adk>=1.0.0,<2.0.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 google-cloud-secret-manager>=2.20.0