mirror of
https://github.com/langchain-ai/recipe-chatbot.git
synced 2026-07-01 20:04:01 -04:00
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:
+1
-1
@@ -1,6 +1,6 @@
|
||||
fastapi
|
||||
uvicorn
|
||||
litellm
|
||||
litellm>=1.77.2,<2.0.0,!=1.82.7,!=1.82.8
|
||||
python-dotenv
|
||||
httpx
|
||||
rich
|
||||
|
||||
Reference in New Issue
Block a user