From 9ab001c35e1c20c93cb9b3bc28d68c993eba2499 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Wed, 14 May 2025 08:33:15 -0300 Subject: [PATCH] chore(dependencies): update litellm version constraint to allow minor updates --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 811ca6ff..5fa5d39d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "google-cloud-aiplatform==1.90.0", "python-dotenv==1.1.0", "google-adk==0.3.0", - "litellm==1.68.1", + "litellm>=1.68.0,<1.69.0", "python-multipart==0.0.20", "alembic==1.15.2", "asyncpg==0.30.0",