diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2024-12-31 16:04:48 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2024-12-31 16:05:56 +0900 |
commit | 43ab73da0485ad1fc64a0f5869878990f6b22fef (patch) | |
tree | 95ae4eec151a294eb8baa5dc98b602fe5ada1083 /misc/py-litellm/files | |
parent | devel/pecl-swoole: update to 5.1.6. (diff) |
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
Diffstat (limited to 'misc/py-litellm/files')
-rw-r--r-- | misc/py-litellm/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/py-litellm/files/patch-pyproject.toml b/misc/py-litellm/files/patch-pyproject.toml new file mode 100644 index 000000000000..6ad19ac96f63 --- /dev/null +++ b/misc/py-litellm/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- 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" |