From f0f90c4d883039fdf506e76e9fcdc45d23f33c9f Mon Sep 17 00:00:00 2001 From: ccurme Date: Thu, 17 Apr 2025 10:45:12 -0400 Subject: [PATCH] anthropic: release 0.3.12 (#30907) --- libs/partners/anthropic/pyproject.toml | 4 ++-- libs/partners/anthropic/uv.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/partners/anthropic/pyproject.toml b/libs/partners/anthropic/pyproject.toml index 477ad942245..c9c2217b394 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.49.0", - "langchain-core<1.0.0,>=0.3.52", + "langchain-core<1.0.0,>=0.3.53", "pydantic<3.0.0,>=2.7.4", ] name = "langchain-anthropic" -version = "0.3.11" +version = "0.3.12" 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 f39e7371cd2..f112c06ba4c 100644 --- a/libs/partners/anthropic/uv.lock +++ b/libs/partners/anthropic/uv.lock @@ -407,7 +407,7 @@ wheels = [ [[package]] name = "langchain-anthropic" -version = "0.3.11" +version = "0.3.12" source = { editable = "." } dependencies = [ { name = "anthropic" }, @@ -486,7 +486,7 @@ typing = [ [[package]] name = "langchain-core" -version = "0.3.52" +version = "0.3.53" source = { editable = "../../core" } dependencies = [ { name = "jsonpatch" }, @@ -545,7 +545,7 @@ typing = [ [[package]] name = "langchain-tests" -version = "0.3.18" +version = "0.3.19" source = { editable = "../../standard-tests" } dependencies = [ { name = "httpx" },