From a1ccae54c562a1bea47a82d32c96a97cbc7f55f6 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Wed, 7 May 2025 15:36:08 -0300 Subject: [PATCH] chore(dependencies): update litellm version to 1.68.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51594636..60a3f50a 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.67.4.post1", + "litellm==1.68.1", "python-multipart==0.0.20", "alembic==1.15.2", "asyncpg==0.30.0",