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,41 +1,42 @@ PORTNAME= langchain-openai -DISTVERSION= 1.3.2 +DISTVERSION= 1.3.3 CATEGORIES= misc python # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= LangChain: Integration package connecting OpenAI and LangChain WWW= https://python.langchain.com/docs/introduction/ \ https://github.com/langchain-ai/langchain LICENSE= MIT 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.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-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} USES= python 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 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.