From a83357dc5ab5fcbed8c2dd7606e9ce763e48d194 Mon Sep 17 00:00:00 2001 From: ccurme Date: Sat, 23 Nov 2024 08:21:21 -0500 Subject: [PATCH] community[patch]: release 0.3.8 (#28316) --- libs/community/poetry.lock | 12 ++++++------ libs/community/pyproject.toml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/libs/community/poetry.lock b/libs/community/poetry.lock index 795d34a3c7495..7e77841664f1a 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -1833,7 +1833,7 @@ files = [ [[package]] name = "langchain" -version = "0.3.7" +version = "0.3.8" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -1843,7 +1843,7 @@ develop = true [package.dependencies] aiohttp = "^3.8.3" async-timeout = {version = "^4.0.0", markers = "python_version < \"3.11\""} -langchain-core = "^0.3.15" +langchain-core = "^0.3.21" langchain-text-splitters = "^0.3.0" langsmith = "^0.1.17" numpy = [ @@ -1862,7 +1862,7 @@ url = "../langchain" [[package]] name = "langchain-core" -version = "0.3.19" +version = "0.3.21" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -1887,7 +1887,7 @@ url = "../core" [[package]] name = "langchain-tests" -version = "0.3.1" +version = "0.3.4" description = "Standard tests for LangChain implementations" optional = false python-versions = ">=3.9,<4.0" @@ -1896,7 +1896,7 @@ develop = true [package.dependencies] httpx = "^0.27.0" -langchain-core = "^0.3.15" +langchain-core = "^0.3.19" pytest = ">=7,<9" syrupy = "^4" @@ -4553,4 +4553,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "b369e0441d1066761e311c967981f172881e87fc9f2f5b96b9891667bd336404" +content-hash = "f1f67f510295d6d3a4895bed9b6a0ae73bc85a993ef51b37884e60f5094c0298" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 25c63358ed7fd..cf9939cbce867 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.7" +version = "0.3.8" 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.17" -langchain = "^0.3.7" +langchain-core = "^0.3.21" +langchain = "^0.3.8" SQLAlchemy = ">=1.4,<2.0.36" requests = "^2" PyYAML = ">=5.3"