From 1acb8532ef3d659bf1b5df34ec8887b1c6337d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 05:44:37 +0000 Subject: [PATCH] build(deps-dev): Update langchain-anthropic requirement Updates the requirements on [langchain-anthropic](https://github.com/langchain-ai/langchain) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-anthropic==0.3.0...langchain-anthropic==1.3.4) --- updated-dependencies: - dependency-name: langchain-anthropic dependency-version: 1.3.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00e1d60..689b4f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dev = [ "langchain-gigachat>=0.3.0", "langchain-openai>=0.3.0,<1", "langchain-community>=0.3.0,<0.4", - "langchain-anthropic>=0.3.0,<1", + "langchain-anthropic>=0.3.0,<2", "langchain-ollama>=0.3.0,<1", "gigachat>=0.1", "PyTurboJPEG>=2.0",