diff --git a/libs/community/poetry.lock b/libs/community/poetry.lock index 79a7c2b80b5b3..91abf5461a03b 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 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" @@ -1831,7 +1831,7 @@ files = [ [[package]] name = "langchain" -version = "0.3.4" +version = "0.3.6" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -1841,7 +1841,7 @@ develop = true [package.dependencies] aiohttp = "^3.8.3" async-timeout = {version = "^4.0.0", markers = "python_version < \"3.11\""} -langchain-core = "^0.3.12" +langchain-core = "^0.3.14" langchain-text-splitters = "^0.3.0" langsmith = "^0.1.17" numpy = [ @@ -1860,7 +1860,7 @@ url = "../langchain" [[package]] name = "langchain-core" -version = "0.3.12" +version = "0.3.14" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -1904,7 +1904,7 @@ url = "../standard-tests" [[package]] name = "langchain-text-splitters" -version = "0.3.0" +version = "0.3.1" description = "LangChain text splitting utilities" optional = false python-versions = ">=3.9,<4.0" @@ -1912,7 +1912,7 @@ files = [] develop = true [package.dependencies] -langchain-core = "^0.3.0" +langchain-core = "^0.3.13" [package.source] type = "directory" @@ -4580,4 +4580,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "e491e87aa2f1cee1769e24a9fb4a8a8c412d53aa382ed1ba092bfcfd26a5a61c" +content-hash = "6a739a5552965a20315aaed5985fb53cf1954af2483c98ea6ef86c6ff823dbc0" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 092795bf06ab1..e5da0953f1b19 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.3" +version = "0.3.4" 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.12" -langchain = "^0.3.4" +langchain-core = "^0.3.14" +langchain = "^0.3.6" SQLAlchemy = ">=1.4,<3" requests = "^2" PyYAML = ">=5.3"