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) <noreply@anthropic.com>
This commit is contained in:
John Kennedy
2026-03-24 18:07:58 +00:00
parent b64b7eb8ad
commit afceab933a
+1 -1
View File
@@ -1,6 +1,6 @@
fastapi
uvicorn
litellm
litellm>=1.77.2,<2.0.0,!=1.82.7,!=1.82.8
python-dotenv
httpx
rich