diff --git a/libs/partners/anthropic/pyproject.toml b/libs/partners/anthropic/pyproject.toml index d98c9fab20f..00d19032d23 100644 --- a/libs/partners/anthropic/pyproject.toml +++ b/libs/partners/anthropic/pyproject.toml @@ -8,11 +8,11 @@ license = {text = "MIT"} requires-python = "<4.0,>=3.9" dependencies = [ "anthropic<1,>=0.45.0", - "langchain-core<1.0.0,>=0.3.34rc2", + "langchain-core<1.0.0,>=0.3.34", "pydantic<3.0.0,>=2.7.4", ] name = "langchain-anthropic" -version = "0.3.7rc1" +version = "0.3.7" description = "An integration package connecting AnthropicMessages and LangChain" readme = "README.md" diff --git a/libs/partners/anthropic/uv.lock b/libs/partners/anthropic/uv.lock index c77c14f1f05..cdea22d164e 100644 --- a/libs/partners/anthropic/uv.lock +++ b/libs/partners/anthropic/uv.lock @@ -406,7 +406,7 @@ wheels = [ [[package]] name = "langchain-anthropic" -version = "0.3.7rc1" +version = "0.3.7" source = { editable = "." } dependencies = [ { name = "anthropic" }, @@ -450,7 +450,7 @@ typing = [ [package.metadata] requires-dist = [ { name = "anthropic", specifier = ">=0.45.0,<1" }, - { name = "langchain-core", specifier = ">=0.3.34rc2,<1.0.0" }, + { name = "langchain-core", specifier = ">=0.3.34,<1.0.0" }, { name = "pydantic", specifier = ">=2.7.4,<3.0.0" }, ] @@ -483,7 +483,7 @@ typing = [ [[package]] name = "langchain-core" -version = "0.3.34rc2" +version = "0.3.34" source = { directory = "../../core" } dependencies = [ { name = "jsonpatch" }, @@ -541,7 +541,7 @@ typing = [ [[package]] name = "langchain-tests" -version = "0.3.10" +version = "0.3.11" source = { directory = "../../standard-tests" } dependencies = [ { name = "httpx" }, @@ -557,7 +557,7 @@ dependencies = [ [package.metadata] requires-dist = [ { name = "httpx", specifier = ">=0.25.0,<1" }, - { name = "langchain-core", specifier = ">=0.3.33,<1.0.0" }, + { name = "langchain-core", specifier = ">=0.3.34,<1.0.0" }, { name = "numpy", marker = "python_full_version < '3.12'", specifier = ">=1.24.0,<2.0.0" }, { name = "numpy", marker = "python_full_version >= '3.12'", specifier = ">=1.26.2,<3" }, { name = "pytest", specifier = ">=7,<9" },