Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2024 05:41:16 GMT
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b3bfdd00ec47 - main - misc/py-litellm: update to 1.40.0
Message-ID:  <202406040541.4545fGoV014256@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tagattie:

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

commit b3bfdd00ec47f31d32bfe1d55697a9c795c4ea47
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2024-06-04 05:40:10 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2024-06-04 05:41:07 +0000

    misc/py-litellm: update to 1.40.0
    
    Changelog: https://github.com/BerriAI/litellm/releases
    
    Reported by:    portscout
---
 misc/py-litellm/Makefile | 4 ++--
 misc/py-litellm/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/misc/py-litellm/Makefile b/misc/py-litellm/Makefile
index e5b376d26e92..c44e68cc0991 100644
--- a/misc/py-litellm/Makefile
+++ b/misc/py-litellm/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	litellm
-DISTVERSION=	1.37.9
+DISTVERSION=	1.40.0
 CATEGORIES=	misc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ 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}openai>=1.0.0:misc/py-openai@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openai>=1.27.0:misc/py-openai@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-dotenv>=0.2.0:www/py-python-dotenv@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tiktoken>=0.4.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 89d81731e908..0bfd7f398fcd 100644
--- a/misc/py-litellm/distinfo
+++ b/misc/py-litellm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1715825830
-SHA256 (litellm-1.37.9.tar.gz) = 2a2fecacde1e3a414b3865c99e5be3b5cffd21433e2648f660116f1ac9333294
-SIZE (litellm-1.37.9.tar.gz) = 4220395
+TIMESTAMP = 1717464600
+SHA256 (litellm-1.40.0.tar.gz) = 12b4c0ad850ede5aebdb2f48e3a8e898efb25df5bc915ff89929ad963cb92f54
+SIZE (litellm-1.40.0.tar.gz) = 4317462



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406040541.4545fGoV014256>