From 17cd88edda50519e2006154aa670651bd9cbaae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 03:46:39 +0000 Subject: [PATCH] build(deps): 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.10...langchain-anthropic==0.3.12) --- updated-dependencies: - dependency-name: langchain-anthropic dependency-version: 0.3.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7153ba74..d36346d0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ drf-yasg = "1.21.7" django-filter = "23.2" langchain = "0.3.23" langchain-openai = "0.3.12" -langchain-anthropic = "0.3.10" +langchain-anthropic = "0.3.12" langchain-community = "0.3.21" langchain-deepseek = "0.1.3" langchain-google-genai = "2.1.2"