Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2025 11:30:08 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: d502e6f192ee - main - misc/py-litellm: update to 1.57.0
Message-ID:  <202501061130.506BU85X063268@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=d502e6f192ee1a96d6ce6a37e862523ffeb1b796

commit d502e6f192ee1a96d6ce6a37e862523ffeb1b796
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-01-06 11:27:44 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-01-06 11:29:57 +0000

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

diff --git a/misc/py-litellm/Makefile b/misc/py-litellm/Makefile
index dcf1366ac008..f7fb59f1b44e 100644
--- a/misc/py-litellm/Makefile
+++ b/misc/py-litellm/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	litellm
-DISTVERSION=	1.56.4
+DISTVERSION=	1.57.0
 CATEGORIES=	misc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/misc/py-litellm/distinfo b/misc/py-litellm/distinfo
index aba485c01448..d7eed338735d 100644
--- a/misc/py-litellm/distinfo
+++ b/misc/py-litellm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1735627243
-SHA256 (litellm-1.56.4.tar.gz) = 2808ca21878d200f7676a3d11e5bf2b5e3349ae504628f279cd7297c7dbd2038
-SIZE (litellm-1.56.4.tar.gz) = 6284983
+TIMESTAMP = 1736149069
+SHA256 (litellm-1.57.0.tar.gz) = 53a6f2bd9575823e102f7d18dde5cbd2d48eed027cecbb585f18a208605b34c5
+SIZE (litellm-1.57.0.tar.gz) = 6298524
diff --git a/misc/py-litellm/files/patch-pyproject.toml b/misc/py-litellm/files/patch-pyproject.toml
index 6ad19ac96f63..0194c6b7b3c0 100644
--- a/misc/py-litellm/files/patch-pyproject.toml
+++ b/misc/py-litellm/files/patch-pyproject.toml
@@ -1,6 +1,6 @@
---- pyproject.toml.orig	2024-12-31 06:42:16 UTC
+--- pyproject.toml.orig	2025-01-06 00:07:29 UTC
 +++ pyproject.toml
-@@ -17,7 +17,7 @@ python = ">=3.8.1,<4.0, !=3.9.7"
+@@ -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"



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