diff options
Diffstat (limited to 'misc/py-langsmith/Makefile')
-rw-r--r-- | misc/py-langsmith/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/py-langsmith/Makefile b/misc/py-langsmith/Makefile index ecfa5931e2d3..87a648aa21f3 100644 --- a/misc/py-langsmith/Makefile +++ b/misc/py-langsmith/Makefile @@ -1,6 +1,5 @@ PORTNAME= langsmith -DISTVERSION= 0.4.6 -PORTREVISION= 1 +DISTVERSION= 0.4.30 CATEGORIES= misc python # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +11,11 @@ WWW= https://smith.langchain.com/ \ LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.28.1:www/py-httpx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}orjson>=3.9.14:devel/py-orjson@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic2>0:devel/py-pydantic2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>0:www/py-requests-toolbelt@${PY_FLAVOR} \ |