diff options
| author | Hiroki Tagato <tagattie@FreeBSD.org> | 2026-09-02 03:59:31 +0000 |
|---|---|---|
| committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2026-09-02 04:24:05 +0000 |
| commit | 445cca737debb9e6ff30e2850508b0951db12f34 (patch) | |
| tree | 263d86a034377458739fded4bad3055393c8f0b9 | |
| parent | cb1a16a9536aec30935d9a74838eb05182cb6511 (diff) | |
misc/py-litellm: Update to 1.99.0
Changelog: https://github.com/BerriAI/litellm/releases/tag/v1.99.0
Reported by: portscout
| -rw-r--r-- | misc/py-litellm/Makefile | 5 | ||||
| -rw-r--r-- | misc/py-litellm/distinfo | 6 | ||||
| -rw-r--r-- | misc/py-litellm/files/patch-pyproject.toml | 4 |
3 files changed, 7 insertions, 8 deletions
diff --git a/misc/py-litellm/Makefile b/misc/py-litellm/Makefile index cba57ff7deee..8a248d642871 100644 --- a/misc/py-litellm/Makefile +++ b/misc/py-litellm/Makefile @@ -1,6 +1,5 @@ PORTNAME= litellm -DISTVERSION= 1.98.0 -PORTREVISION= 1 +DISTVERSION= 1.99.0 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -75,7 +74,7 @@ PROXY_RUN_DEPENDS= \ ${PYTHON_PKGNAMEPREFIX}azure-identity>=1.25.2<2.0:devel/py-azure-identity@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-storage-blob>=12.28.0<13.0:devel/py-azure-storage-blob@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mcp>=1.28.1<3.0:misc/py-mcp@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}litellm-proxy-extras>=0.4.86:misc/py-litellm-proxy-extras@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}litellm-proxy-extras>=0.4.89:misc/py-litellm-proxy-extras@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=13.9.4<16.0:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}polars>=1.38.1<2.0:misc/py-polars@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}soundfile>=0.12.1<1.0:audio/py-SoundFile@${PY_FLAVOR} \ diff --git a/misc/py-litellm/distinfo b/misc/py-litellm/distinfo index 0690a251b916..9edfe6e15d38 100644 --- a/misc/py-litellm/distinfo +++ b/misc/py-litellm/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1787555130 -SHA256 (litellm-1.98.0.tar.gz) = 0e6ba5d645a73ca6d0ffb4e8ec539d94b6e8fad691f2a54c6819011e6d0de8bf -SIZE (litellm-1.98.0.tar.gz) = 17577139 +TIMESTAMP = 1788315595 +SHA256 (litellm-1.99.0.tar.gz) = 594bf4b6ff6b79c6aa3c3b78c0e939d4afd12687e076ba3fb608d38a5aa7f9c6 +SIZE (litellm-1.99.0.tar.gz) = 16786386 SHA256 (rust/crates/arc-swap-1.9.2.crate) = c049c0be4daef0b145cb3555416b3b8ef5b7888a38aea1a3a155801fe7b0810b SIZE (rust/crates/arc-swap-1.9.2.crate) = 81495 SHA256 (rust/crates/async-trait-0.1.91.crate) = ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec diff --git a/misc/py-litellm/files/patch-pyproject.toml b/misc/py-litellm/files/patch-pyproject.toml index 845c90801bbb..5ddbd7b5b671 100644 --- a/misc/py-litellm/files/patch-pyproject.toml +++ b/misc/py-litellm/files/patch-pyproject.toml @@ -1,6 +1,6 @@ ---- pyproject.toml.orig 2026-08-22 22:08:48 UTC +--- pyproject.toml.orig 2026-09-01 00:30:49 UTC +++ pyproject.toml -@@ -257,7 +257,7 @@ healthcheck = [ +@@ -261,7 +261,7 @@ healthcheck = [ ] [build-system] |
