Skip to content

Commit 0a723bc

Browse files
authored
fix: CRITICAL: Hard pin litellm<=1.82.6 to mitigate supply chain attack (#1961)
1 parent fd8168a commit 0a723bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
[project.optional-dependencies]
4747
anthropic = ["anthropic>=0.21.0,<1.0.0"]
4848
gemini = ["google-genai>=1.32.0,<2.0.0"]
49-
litellm = ["litellm>=1.75.9,<2.0.0", "openai>=1.68.0,<3.0.0"]
49+
litellm = ["litellm>=1.75.9,<=1.82.6", "openai>=1.68.0,<3.0.0"]
5050
llamaapi = ["llama-api-client>=0.1.0,<1.0.0"]
5151
mistral = ["mistralai>=1.8.2,<2.0.0"]
5252
ollama = ["ollama>=0.4.8,<1.0.0"]

0 commit comments

Comments
 (0)