git: 9c677ee764c2 - main - misc/py-litellm: update to 1.63.14

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Sun, 23 Mar 2025 13:11:48 UTC
The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9c677ee764c2b9b4fdfe176a84d9bcdd9843ef6c

commit 9c677ee764c2b9b4fdfe176a84d9bcdd9843ef6c
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-03-23 13:09:45 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-03-23 13:11:42 +0000

    misc/py-litellm: update to 1.63.14
    
    Changelog: https://github.com/BerriAI/litellm/releases
    
    Reported by:    portscout
---
 misc/py-litellm/Makefile                   |  6 +++---
 misc/py-litellm/distinfo                   |  6 +++---
 misc/py-litellm/files/patch-pyproject.toml | 11 -----------
 3 files changed, 6 insertions(+), 17 deletions(-)

diff --git a/misc/py-litellm/Makefile b/misc/py-litellm/Makefile
index 9bd2b886de94..99539d172b32 100644
--- a/misc/py-litellm/Makefile
+++ b/misc/py-litellm/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	litellm
-DISTVERSION=	1.59.0
+DISTVERSION=	1.63.14
 CATEGORIES=	misc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +13,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpx>=0.23.0<1.0.0:www/py-httpx@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}openai>=1.55.3:misc/py-openai@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpx>=0.23.0:www/py-httpx@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}openai>=1.66.1:misc/py-openai@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-dotenv>=0.2.0:www/py-python-dotenv@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tiktoken>=0.7.0:textproc/py-tiktoken@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}importlib-metadata>=6.8.0:devel/py-importlib-metadata@${PY_FLAVOR} \
diff --git a/misc/py-litellm/distinfo b/misc/py-litellm/distinfo
index 177b94dc2b31..a2bf110f491d 100644
--- a/misc/py-litellm/distinfo
+++ b/misc/py-litellm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1737336413
-SHA256 (litellm-1.59.0.tar.gz) = 140eecb47952558414d00f7a259fe303fe5f0d073973a28f488fc6938cc45660
-SIZE (litellm-1.59.0.tar.gz) = 6362311
+TIMESTAMP = 1742733978
+SHA256 (litellm-1.63.14.tar.gz) = 9cffe19d8140c33a2f777c5b2e8b8175ffe03979aac341b8538d6e6d143bd640
+SIZE (litellm-1.63.14.tar.gz) = 6641535
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"