Skip to content

Commit 43ab73d

Browse files
committed
misc/py-litellm: update to 1.56.4
While here, relax upper version spec for py-httpx. Changelog: https://github.com/BerriAI/litellm/releases Reported by: portscout
1 parent 776bf89 commit 43ab73d

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

misc/py-litellm/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PORTNAME= litellm
2-
DISTVERSION= 1.55.9
2+
DISTVERSION= 1.56.4
33
CATEGORIES= misc python
44
MASTER_SITES= PYPI
55
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
1313

1414
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} \
1515
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
16-
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.23.0<0.28.0:www/py-httpx@${PY_FLAVOR} \
16+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.23.0<1.0.0:www/py-httpx@${PY_FLAVOR} \
1717
${PYTHON_PKGNAMEPREFIX}openai>=1.55.3:misc/py-openai@${PY_FLAVOR} \
1818
${PYTHON_PKGNAMEPREFIX}python-dotenv>=0.2.0:www/py-python-dotenv@${PY_FLAVOR} \
1919
${PYTHON_PKGNAMEPREFIX}tiktoken>=0.7.0:textproc/py-tiktoken@${PY_FLAVOR} \
@@ -22,7 +22,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.23.0<0.28.0:www/py-httpx@${PY_FLAVO
2222
${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
2323
${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.2<4.0.0:devel/py-Jinja2@${PY_FLAVOR} \
2424
${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \
25-
${PYTHON_PKGNAMEPREFIX}requests>=2.31.0<3.0.0:www/py-requests@${PY_FLAVOR} \
2625
${PYTHON_PKGNAMEPREFIX}pydantic2>=2.0.0<3.0.0:devel/py-pydantic2@${PY_FLAVOR} \
2726
${PYTHON_PKGNAMEPREFIX}jsonschema>=4.22.0<5.0.0:devel/py-jsonschema@${PY_FLAVOR}
2827

misc/py-litellm/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TIMESTAMP = 1735005168
2-
SHA256 (litellm-1.55.9.tar.gz) = 861be3447552db32da05abff8af4945d1dd84df2f4b10985f97120dca5c07a42
3-
SIZE (litellm-1.55.9.tar.gz) = 6203068
1+
TIMESTAMP = 1735627243
2+
SHA256 (litellm-1.56.4.tar.gz) = 2808ca21878d200f7676a3d11e5bf2b5e3349ae504628f279cd7297c7dbd2038
3+
SIZE (litellm-1.56.4.tar.gz) = 6284983
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- pyproject.toml.orig 2024-12-31 06:42:16 UTC
2+
+++ pyproject.toml
3+
@@ -17,7 +17,7 @@ python = ">=3.8.1,<4.0, !=3.9.7"
4+
5+
[tool.poetry.dependencies]
6+
python = ">=3.8.1,<4.0, !=3.9.7"
7+
-httpx = ">=0.23.0,<0.28.0"
8+
+httpx = ">=0.23.0,<1.0.0"
9+
openai = ">=1.55.3"
10+
python-dotenv = ">=0.2.0"
11+
tiktoken = ">=0.7.0"

0 commit comments

Comments
 (0)