diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 83d06bc1200..ac79fd848ae 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.41", - "langchain<1.0.0,>=0.3.20", + "langchain-core<1.0.0,>=0.3.45", + "langchain<1.0.0,>=0.3.21", "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.19" +version = "0.3.20" description = "Community contributed LangChain integrations." readme = "README.md" diff --git a/libs/community/uv.lock b/libs/community/uv.lock index 776605b46ea..f5ce918fd7a 100644 --- a/libs/community/uv.lock +++ b/libs/community/uv.lock @@ -1,5 +1,4 @@ version = 1 -revision = 1 requires-python = ">=3.9, <4.0" resolution-markers = [ "python_full_version >= '3.12.4' and platform_python_implementation == 'PyPy'", @@ -1492,7 +1491,7 @@ wheels = [ [[package]] name = "langchain" -version = "0.3.20" +version = "0.3.21" source = { editable = "../langchain" } dependencies = [ { name = "async-timeout", marker = "python_full_version < '3.11'" }, @@ -1510,6 +1509,7 @@ requires-dist = [ { name = "async-timeout", marker = "python_full_version < '3.11'", specifier = ">=4.0.0,<5.0.0" }, { name = "langchain-anthropic", marker = "extra == 'anthropic'" }, { name = "langchain-aws", marker = "extra == 'aws'" }, + { name = "langchain-azure-ai", marker = "extra == 'azure-ai'" }, { name = "langchain-cohere", marker = "extra == 'cohere'" }, { name = "langchain-community", marker = "extra == 'community'" }, { name = "langchain-core", editable = "../core" }, @@ -1531,7 +1531,6 @@ requires-dist = [ { name = "requests", specifier = ">=2,<3" }, { name = "sqlalchemy", specifier = ">=1.4,<3" }, ] -provides-extras = ["community", "anthropic", "openai", "cohere", "google-vertexai", "google-genai", "fireworks", "ollama", "together", "mistralai", "huggingface", "groq", "aws", "deepseek", "xai"] [package.metadata.requires-dev] codespell = [{ name = "codespell", specifier = ">=2.2.0,<3.0.0" }] @@ -1600,7 +1599,7 @@ typing = [ [[package]] name = "langchain-community" -version = "0.3.19" +version = "0.3.20" source = { editable = "." } dependencies = [ { name = "aiohttp" }, @@ -1840,7 +1839,7 @@ typing = [ [[package]] name = "langchain-text-splitters" -version = "0.3.6" +version = "0.3.7" source = { editable = "../text-splitters" } dependencies = [ { name = "langchain-core" },