Skip to content

Commit

Permalink
Relax httpx dependency restriction (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuzmik authored Jan 28, 2025
1 parent 4e06ae3 commit 77ba26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
long_description_content_type="text/markdown",
install_requires=[
"click",
"httpx<0.28.0",
"httpx", # some older version of openai/litellm are broken with httpx>=0.28.0
"levenshtein<1.0.0",
"litellm",
"openai<2.0.0",
Expand Down

0 comments on commit 77ba26e

Please sign in to comment.