misc/py-litellm: update to 1.63.14
Changelog: https://github.com/BerriAI/litellm/releases Reported by: portscout
This commit is contained in:
parent
c3dbd85342
commit
9c677ee764
@ -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} \
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user