ports/misc/py-litellm/files/patch-pyproject.toml
Hiroki Tagato 43ab73da04 misc/py-litellm: update to 1.56.4
While here, relax upper version spec for py-httpx.

Changelog: https://github.com/BerriAI/litellm/releases

Reported by:	portscout
2024-12-31 16:05:56 +09:00

11 lines
307 B
TOML

--- pyproject.toml.orig 2024-12-31 06:42:16 UTC
+++ pyproject.toml
@@ -17,7 +17,7 @@ python = ">=3.8.1,<4.0, !=3.9.7"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0, !=3.9.7"
-httpx = ">=0.23.0,<0.28.0"
+httpx = ">=0.23.0,<1.0.0"
openai = ">=1.55.3"
python-dotenv = ">=0.2.0"
tiktoken = ">=0.7.0"