From f35e7dc45973786033a5288c165c17bd0db222b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 08:19:45 +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 7b4a9a4..c8a2e47 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",