aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2026-06-03 12:38:40 +0000
committerHiroki Tagato <tagattie@FreeBSD.org>2026-06-03 12:38:40 +0000
commitbfa4ce22247f8de352dbb2495a9e81d64951cbf8 (patch)
tree65a5cf7a33679fd3ae3dd5b6e4bbcfeeecfed738
parented3863977dc63ae99a41484e077e13ffc68367d4 (diff)
misc/py-litellm: Update to 1.87.0
-rw-r--r--misc/py-litellm/Makefile2
-rw-r--r--misc/py-litellm/distinfo6
-rw-r--r--misc/py-litellm/files/patch-pyproject.toml2
3 files changed, 5 insertions, 5 deletions
diff --git a/misc/py-litellm/Makefile b/misc/py-litellm/Makefile
index 2cd7fc510feb..331bf8eab88a 100644
--- a/misc/py-litellm/Makefile
+++ b/misc/py-litellm/Makefile
@@ -1,5 +1,5 @@
PORTNAME= litellm
-DISTVERSION= 1.86.2
+DISTVERSION= 1.87.0
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/misc/py-litellm/distinfo b/misc/py-litellm/distinfo
index 220ea923701c..a4e17331f4e6 100644
--- a/misc/py-litellm/distinfo
+++ b/misc/py-litellm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1780025083
-SHA256 (litellm-1.86.2.tar.gz) = 7d559ad48b97d796ff325af88fd7eebbdc66e58773fb5312130ab1cac968f8f3
-SIZE (litellm-1.86.2.tar.gz) = 15380548
+TIMESTAMP = 1780487831
+SHA256 (litellm-1.87.0.tar.gz) = cafc1882cb0cbab8374c41180af86e4a067796e4524e15f59e99f6e689cd1bd8
+SIZE (litellm-1.87.0.tar.gz) = 15453755
diff --git a/misc/py-litellm/files/patch-pyproject.toml b/misc/py-litellm/files/patch-pyproject.toml
index ff17c310898e..1c3cdbbad8f3 100644
--- a/misc/py-litellm/files/patch-pyproject.toml
+++ b/misc/py-litellm/files/patch-pyproject.toml
@@ -1,6 +1,6 @@
--- pyproject.toml.orig 1970-01-01 00:00:00 UTC
+++ pyproject.toml
-@@ -218,7 +218,7 @@ healthcheck = [
+@@ -220,7 +220,7 @@ healthcheck = [
]
[build-system]