We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
litellm<=1.82.6
1 parent fd8168a commit 0a723bcCopy full SHA for 0a723bc
1 file changed
pyproject.toml
@@ -46,7 +46,7 @@ dependencies = [
46
[project.optional-dependencies]
47
anthropic = ["anthropic>=0.21.0,<1.0.0"]
48
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"]
+litellm = ["litellm>=1.75.9,<=1.82.6", "openai>=1.68.0,<3.0.0"]
50
llamaapi = ["llama-api-client>=0.1.0,<1.0.0"]
51
mistral = ["mistralai>=1.8.2,<2.0.0"]
52
ollama = ["ollama>=0.4.8,<1.0.0"]
0 commit comments