From 443341a20d8c78dbfe4994c30574c64d1265f392 Mon Sep 17 00:00:00 2001 From: ccurme Date: Tue, 27 May 2025 13:31:05 -0400 Subject: [PATCH] anthropic: release 0.3.14 (#31378) --- libs/partners/anthropic/pyproject.toml | 4 ++-- libs/partners/anthropic/uv.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/partners/anthropic/pyproject.toml b/libs/partners/anthropic/pyproject.toml index 02255079587..888db0a5a3a 100644 --- a/libs/partners/anthropic/pyproject.toml +++ b/libs/partners/anthropic/pyproject.toml @@ -8,11 +8,11 @@ license = { text = "MIT" } requires-python = ">=3.9" dependencies = [ "anthropic<1,>=0.52.0", - "langchain-core<1.0.0,>=0.3.59", + "langchain-core<1.0.0,>=0.3.62", "pydantic<3.0.0,>=2.7.4", ] name = "langchain-anthropic" -version = "0.3.13" +version = "0.3.14" 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 df8c8056ebf..97b437f01ed 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.13" +version = "0.3.14" source = { editable = "." } dependencies = [ { name = "anthropic" },