diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index 3713bb3c868..2e3051362a8 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -7,7 +7,7 @@ authors = [] license = { text = "MIT" } requires-python = ">=3.9" dependencies = [ - "langchain-core<1.0.0,>=0.3.55", + "langchain-core<1.0.0,>=0.3.58", "langchain-text-splitters<1.0.0,>=0.3.8", "langsmith<0.4,>=0.1.17", "pydantic<3.0.0,>=2.7.4", @@ -17,7 +17,7 @@ dependencies = [ "async-timeout<5.0.0,>=4.0.0; python_version < \"3.11\"", ] name = "langchain" -version = "0.3.24" +version = "0.3.25" description = "Building applications with LLMs through composability" readme = "README.md" diff --git a/libs/langchain/uv.lock b/libs/langchain/uv.lock index 9ad42ccb4bd..9e1fd4ef35f 100644 --- a/libs/langchain/uv.lock +++ b/libs/langchain/uv.lock @@ -1,5 +1,4 @@ version = 1 -revision = 1 requires-python = ">=3.9" resolution-markers = [ "python_full_version >= '3.13' and platform_python_implementation == 'PyPy'", @@ -2346,7 +2345,7 @@ wheels = [ [[package]] name = "langchain" -version = "0.3.24" +version = "0.3.25" source = { editable = "." } dependencies = [ { name = "async-timeout", marker = "python_full_version < '3.11'" }, @@ -2511,7 +2510,6 @@ requires-dist = [ { name = "requests", specifier = ">=2,<3" }, { name = "sqlalchemy", specifier = ">=1.4,<3" }, ] -provides-extras = ["community", "anthropic", "openai", "azure-ai", "cohere", "google-vertexai", "google-genai", "fireworks", "ollama", "together", "mistralai", "huggingface", "groq", "aws", "deepseek", "xai", "perplexity"] [package.metadata.requires-dev] codespell = [{ name = "codespell", specifier = ">=2.2.0,<3.0.0" }] @@ -2705,7 +2703,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "0.3.56" +version = "0.3.58" source = { editable = "../core" } dependencies = [ { name = "jsonpatch" }, @@ -2883,7 +2881,7 @@ wheels = [ [[package]] name = "langchain-openai" -version = "0.3.14" +version = "0.3.15" source = { editable = "../partners/openai" } dependencies = [ { name = "langchain-core" },