Skip to content

Commit

Permalink
Update setup.py dependencies (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuzmik authored Nov 25, 2024
1 parent f7b9e8c commit 34cd845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
install_requires=[
"click",
"httpx<1.0.0",
"levenshtein~=0.25.1",
"litellm",
"levenshtein<1.0.0",
"litellm>=1.52.15",
"openai<2.0.0",
"pydantic-settings>=2.0.0,<3.0.0",
"pydantic>=2.0.0,<3.0.0",
Expand Down

0 comments on commit 34cd845

Please sign in to comment.