aboutsummaryrefslogtreecommitdiffstats
path: root/misc/py-langgraph-sdk/Makefile
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
commit2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch)
tree25f0138e1af8902b92dacc8cce09b267447c17db /misc/py-langgraph-sdk/Makefile
parentf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff)
parent1a30da80670973368b399f2b01fe9c04b91a1273 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'misc/py-langgraph-sdk/Makefile')
-rw-r--r--misc/py-langgraph-sdk/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/py-langgraph-sdk/Makefile b/misc/py-langgraph-sdk/Makefile
index bd3a7494027a..35221a585fc8 100644
--- a/misc/py-langgraph-sdk/Makefile
+++ b/misc/py-langgraph-sdk/Makefile
@@ -1,5 +1,5 @@
PORTNAME= langgraph-sdk
-DISTVERSION= 0.1.74
+DISTVERSION= 0.2.9
CATEGORIES= misc python # machine-learning
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,8 +18,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.25.2:www/py-httpx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}orjson>=3.10.1:devel/py-orjson@${PY_FLAVOR}
USES= python
-USE_PYTHON= pep517 autoplist
+USE_PYTHON= pep517 autoplist pytest
NO_ARCH= yes
+# tests as of 0.2.9: 6 failed, 8 passed, 3 warnings in 0.64s (the file api/openapi.json is missing)
+
.include <bsd.port.mk>