From afceab933a511e95331d4661b14c75fe1433aeae Mon Sep 17 00:00:00 2001 From: John Kennedy <65985482+jkennedyvz@users.noreply.github.com> Date: Tue, 24 Mar 2026 18:07:58 +0000 Subject: [PATCH] Pin litellm version to >=1.77.2,<2.0.0 excluding broken releases Constrain litellm to compatible versions and exclude 1.82.7 and 1.82.8 which have known issues. Co-Authored-By: Claude Opus 4.6 (1M context) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2ac6ffb..b3cad43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi uvicorn -litellm +litellm>=1.77.2,<2.0.0,!=1.82.7,!=1.82.8 python-dotenv httpx rich