git: e6fe7849dd0c - main - misc/py-langchain-openai: update 1.3.2 → 1.3.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jun 2026 07:12:41 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e6fe7849dd0cfcd4befeba7e0c882988f484fa17
commit e6fe7849dd0cfcd4befeba7e0c882988f484fa17
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-30 06:56:37 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-30 07:12:15 +0000
misc/py-langchain-openai: update 1.3.2 → 1.3.3
---
misc/py-langchain-openai/Makefile | 7 ++++---
misc/py-langchain-openai/distinfo | 6 +++---
misc/py-langchain-openai/pkg-descr | 3 +++
3 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/misc/py-langchain-openai/Makefile b/misc/py-langchain-openai/Makefile
index edbe18ff7774..7346e097b557 100644
--- a/misc/py-langchain-openai/Makefile
+++ b/misc/py-langchain-openai/Makefile
@@ -1,5 +1,5 @@
PORTNAME= langchain-openai
-DISTVERSION= 1.3.2
+DISTVERSION= 1.3.3
CATEGORIES= misc python # machine-learning
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -25,8 +25,9 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}freezegun>=1.2.2:devel/py-freezegun@${PY_FL
${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=1.3.0:devel/py-pytest-asyncio@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>=4.1.0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-mock>=3.10.0:devel/py-pytest-mock@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-retry>=1.7.0:devel/py-pytest-retry@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-socket>=0.6.0:devel/py-pytest-socket@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest-watcher>=0.3.1:devel/py-pytest-watcher@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-watcher>=0.3.4:devel/py-pytest-watcher@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-xdist>=3.6.1:devel/py-pytest-xdist@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}syrupy>=5.0.0:devel/py-syrupy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}vcrpy>=8.0.0:devel/py-vcrpy@${PY_FLAVOR}
@@ -36,6 +37,6 @@ USE_PYTHON= pep517 autoplist pytest
NO_ARCH= yes
-# tests as of 1.3.2: 306 failed, 582 passed, 39 skipped, 4 xfailed, 5 xpassed, 25 warnings, 172 errors in 93.62s (0:01:33)
+# tests as of 1.3.3: 305 failed, 594 passed, 39 skipped, 4 xfailed, 5 xpassed, 172 errors, 14 rerun, 28 warnings in 78.61s
.include <bsd.port.mk>
diff --git a/misc/py-langchain-openai/distinfo b/misc/py-langchain-openai/distinfo
index c7ff1e33dd1a..0ba47347374e 100644
--- a/misc/py-langchain-openai/distinfo
+++ b/misc/py-langchain-openai/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1781401309
-SHA256 (langchain_openai-1.3.2.tar.gz) = 240917ae88d754b389a6f2ae06fa262c50c094eb4f576c27d560dff6b86c2f62
-SIZE (langchain_openai-1.3.2.tar.gz) = 3236213
+TIMESTAMP = 1782630554
+SHA256 (langchain_openai-1.3.3.tar.gz) = 143769bf943820b80db769e47ca8fd0aac08ed18714519333b044c4431e9aa67
+SIZE (langchain_openai-1.3.3.tar.gz) = 3256559
diff --git a/misc/py-langchain-openai/pkg-descr b/misc/py-langchain-openai/pkg-descr
index 399e1f7dc0e7..62560b027ffa 100644
--- a/misc/py-langchain-openai/pkg-descr
+++ b/misc/py-langchain-openai/pkg-descr
@@ -1 +1,4 @@
langchain-openai is an integration package connecting OpenAI and LangChain.
+
+It provides chat model, embedding, and other OpenAI-specific components for the
+LangChain framework.