Skip to content

Commit d502e6f

Browse files
committed
misc/py-litellm: update to 1.57.0
Changelog: https://github.com/BerriAI/litellm/releases Reported by: portscout
1 parent d810879 commit d502e6f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

misc/py-litellm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PORTNAME= litellm
2-
DISTVERSION= 1.56.4
2+
DISTVERSION= 1.57.0
33
CATEGORIES= misc python
44
MASTER_SITES= PYPI
55
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

misc/py-litellm/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TIMESTAMP = 1735627243
2-
SHA256 (litellm-1.56.4.tar.gz) = 2808ca21878d200f7676a3d11e5bf2b5e3349ae504628f279cd7297c7dbd2038
3-
SIZE (litellm-1.56.4.tar.gz) = 6284983
1+
TIMESTAMP = 1736149069
2+
SHA256 (litellm-1.57.0.tar.gz) = 53a6f2bd9575823e102f7d18dde5cbd2d48eed027cecbb585f18a208605b34c5
3+
SIZE (litellm-1.57.0.tar.gz) = 6298524

misc/py-litellm/files/patch-pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--- pyproject.toml.orig 2024-12-31 06:42:16 UTC
1+
--- pyproject.toml.orig 2025-01-06 00:07:29 UTC
22
+++ pyproject.toml
3-
@@ -17,7 +17,7 @@ python = ">=3.8.1,<4.0, !=3.9.7"
3+
@@ -20,7 +20,7 @@ python = ">=3.8.1,<4.0, !=3.9.7"
44

55
[tool.poetry.dependencies]
66
python = ">=3.8.1,<4.0, !=3.9.7"

0 commit comments

Comments
 (0)