diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index d203e1204ff..83d06bc1200 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -7,8 +7,8 @@ authors = [] license = { text = "MIT" } requires-python = "<4.0,>=3.9" dependencies = [ - "langchain-core<1.0.0,>=0.3.37", - "langchain<1.0.0,>=0.3.19", + "langchain-core<1.0.0,>=0.3.41", + "langchain<1.0.0,>=0.3.20", "SQLAlchemy<3,>=1.4", "requests<3,>=2", "PyYAML>=5.3", @@ -21,7 +21,7 @@ dependencies = [ "numpy<3,>=1.26.2", ] name = "langchain-community" -version = "0.3.18" +version = "0.3.19" description = "Community contributed LangChain integrations." readme = "README.md" diff --git a/libs/community/uv.lock b/libs/community/uv.lock index 9920f9df7e7..636a3af67f0 100644 --- a/libs/community/uv.lock +++ b/libs/community/uv.lock @@ -1491,7 +1491,7 @@ wheels = [ [[package]] name = "langchain" -version = "0.3.19" +version = "0.3.20" source = { editable = "../langchain" } dependencies = [ { name = "async-timeout", marker = "python_full_version < '3.11'" }, @@ -1598,7 +1598,7 @@ typing = [ [[package]] name = "langchain-community" -version = "0.3.18" +version = "0.3.19" source = { editable = "." } dependencies = [ { name = "aiohttp" }, @@ -1744,7 +1744,7 @@ typing = [ [[package]] name = "langchain-core" -version = "0.3.40" +version = "0.3.41" source = { editable = "../core" } dependencies = [ { name = "jsonpatch" }, @@ -1802,7 +1802,7 @@ typing = [ [[package]] name = "langchain-tests" -version = "0.3.12" +version = "0.3.13" source = { editable = "../standard-tests" } dependencies = [ { name = "httpx" },