From c397baa85f632c86e09c119cb6c8c55300b4600a Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 18 Oct 2024 12:52:15 -0700 Subject: [PATCH] community: release 0.3.3 (#27472) --- libs/community/poetry.lock | 10 +++++----- libs/community/pyproject.toml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libs/community/poetry.lock b/libs/community/poetry.lock index 706e8cfc4d89b..4ce7095867a17 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1801,7 +1801,7 @@ files = [ [[package]] name = "langchain" -version = "0.3.3" +version = "0.3.4" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -1811,7 +1811,7 @@ develop = true [package.dependencies] aiohttp = "^3.8.3" async-timeout = {version = "^4.0.0", markers = "python_version < \"3.11\""} -langchain-core = "^0.3.10" +langchain-core = "^0.3.12" langchain-text-splitters = "^0.3.0" langsmith = "^0.1.17" numpy = [ @@ -1830,7 +1830,7 @@ url = "../langchain" [[package]] name = "langchain-core" -version = "0.3.10" +version = "0.3.12" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -4552,4 +4552,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "ceb97d5b463eacb11b6c7d9c572101e7f25c3f6b008178c6e9a273ed7e02920b" +content-hash = "f7e01a390820c17e2703dfcdd195375a09f4b6c055e26a5aa435e35ca0baad52" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 6406350abf2bd..3b501221716c1 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-community" -version = "0.3.2" +version = "0.3.3" description = "Community contributed LangChain integrations." authors = [] license = "MIT" @@ -33,8 +33,8 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy [tool.poetry.dependencies] python = ">=3.9,<4.0" -langchain-core = "^0.3.10" -langchain = "^0.3.3" +langchain-core = "^0.3.12" +langchain = "^0.3.4" SQLAlchemy = ">=1.4,<3" requests = "^2" PyYAML = ">=5.3"