Skip to content

Commit a6a42d6

Browse files
ci(python): update litellm requirement from <=1.89.4,>=1.75.9 to >=1.75.9,<=1.90.2
Co-authored-by: Chay Nabors <chaynabors@gmail.com>
1 parent 9d0c0cd commit a6a42d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

strands-py/pyproject.toml

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

0 commit comments

Comments
 (0)