Date: Sun, 14 Jun 2026 02:39:03 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b92044db5590 - main - misc/py-langchain-openai: update 1.=?utf-8?Q?2.2 =E2=86=92?= 1.3.2 Message-ID: <6a2e1447.333f6.54f6854f@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b92044db55908b8f4326cf973e5f06955baf40d8 commit b92044db55908b8f4326cf973e5f06955baf40d8 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-06-14 02:31:11 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-06-14 02:38:58 +0000 misc/py-langchain-openai: update 1.2.2 → 1.3.2 --- misc/py-langchain-openai/Makefile | 18 +++++++++++++++--- misc/py-langchain-openai/distinfo | 6 +++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/misc/py-langchain-openai/Makefile b/misc/py-langchain-openai/Makefile index 80a03670e1f3..edbe18ff7774 100644 --- a/misc/py-langchain-openai/Makefile +++ b/misc/py-langchain-openai/Makefile @@ -1,5 +1,5 @@ PORTNAME= langchain-openai -DISTVERSION= 1.2.2 +DISTVERSION= 1.3.2 CATEGORIES= misc python # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,15 +15,27 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}langchain-core>=1.4.0:misc/py-langchain-core@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}langchain-core>=1.4.7:misc/py-langchain-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openai>=2.26.0:misc/py-openai@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tiktoken>=0.7.0:textproc/py-tiktoken@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}freezegun>=1.2.2:devel/py-freezegun@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}langchain>=1.0.0:misc/py-langchain@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}langchain-tests>=1.1.9:misc/py-langchain-tests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.26.4:math/py-numpy@${PY_FLAVOR} \ + ${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-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-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} USES= python USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes -# tests as of 0.3.28: 233 failed, 262 passed, 11 skipped, 2 xfailed, 5 xpassed, 52 warnings, 131 errors, 8 rerun in 217.53s (0:03:37) +# 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) .include <bsd.port.mk> diff --git a/misc/py-langchain-openai/distinfo b/misc/py-langchain-openai/distinfo index 9b66ea9f6f66..c7ff1e33dd1a 100644 --- a/misc/py-langchain-openai/distinfo +++ b/misc/py-langchain-openai/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1780265653 -SHA256 (langchain_openai-1.2.2.tar.gz) = 8698ffcee9a086e91ab6d207f0026181a03effcbf86bf9aee1808ee35af69dcc -SIZE (langchain_openai-1.2.2.tar.gz) = 1147539 +TIMESTAMP = 1781401309 +SHA256 (langchain_openai-1.3.2.tar.gz) = 240917ae88d754b389a6f2ae06fa262c50c094eb4f576c27d560dff6b86c2f62 +SIZE (langchain_openai-1.3.2.tar.gz) = 3236213home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2e1447.333f6.54f6854f>
