diff --git a/libs/community/poetry.lock b/libs/community/poetry.lock index 242dd233770e2..d30362095be02 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -1817,7 +1817,7 @@ files = [ [[package]] name = "langchain" -version = "0.3.14" +version = "0.3.15" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -1827,7 +1827,7 @@ develop = true [package.dependencies] aiohttp = "^3.8.3" async-timeout = {version = "^4.0.0", markers = "python_version < \"3.11\""} -langchain-core = "^0.3.29" +langchain-core = "^0.3.31" langchain-text-splitters = "^0.3.3" langsmith = ">=0.1.17,<0.4" numpy = [ @@ -4731,4 +4731,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "eaa65b1c4bcd4422270ae4da27fa1726a39066f691aeb49c41576fc075ceadb3" +content-hash = "81411c2177eec007fce10d2c1773247155a09ace08e361f72da23b9027e5afba" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 119e231716541..6b3f75d6ae95a 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.14" +version = "0.3.15" 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.29" -langchain = "^0.3.14" +langchain-core = "^0.3.31" +langchain = "^0.3.15" SQLAlchemy = ">=1.4,<3" requests = "^2" PyYAML = ">=5.3"