diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-03-23 22:09:45 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-03-23 22:11:42 +0900 |
commit | 9c677ee764c2b9b4fdfe176a84d9bcdd9843ef6c (patch) | |
tree | c9b3c8145dd1cd36a7698b8c36632dffb5394867 /misc/py-litellm/files | |
parent | www/ungoogled-chromium: update to 134.0.6998.165 (diff) |
misc/py-litellm: update to 1.63.14
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, 0 insertions, 11 deletions
diff --git a/misc/py-litellm/files/patch-pyproject.toml b/misc/py-litellm/files/patch-pyproject.toml deleted file mode 100644 index 0194c6b7b3c0..000000000000 --- a/misc/py-litellm/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2025-01-06 00:07:29 UTC -+++ pyproject.toml -@@ -20,7 +20,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" |