From 3e602ff1dbc70ab796567d97f4aeb49f1d533616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 02:41:36 +0000 Subject: [PATCH] chore(deps)(deps): bump langchain-anthropic from 1.4.3 to 1.4.6 Bumps [langchain-anthropic](https://github.com/langchain-ai/langchain) from 1.4.3 to 1.4.6. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-anthropic==1.4.3...langchain-anthropic==1.4.6) --- updated-dependencies: - dependency-name: langchain-anthropic dependency-version: 1.4.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b561ebc..6822f48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pydantic==2.13.4 langchain-core==1.3.3 langchain==1.2.18 langchain-openai==1.2.1 -langchain-anthropic==1.4.3 +langchain-anthropic==1.4.6 langchain-google-genai==4.2.2 langchain-ollama==1.1.0 python-dotenv==1.2.2 diff --git a/setup.py b/setup.py index 3900f5b..57b8c50 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "langchain-core==1.3.3", "langchain==1.2.18", "langchain-openai==1.2.1", - "langchain-anthropic==1.4.3", + "langchain-anthropic==1.4.6", "langchain-google-genai==4.2.2", "langchain-ollama==1.1.0", "python-dotenv==1.2.2",