From 4466343e97f00e1ecea3301d13041d3c8a3fd265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 18:38:43 +0000 Subject: [PATCH] build(deps): update langchain-community requirement Updates the requirements on [langchain-community](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-community==0.3.21...langchain-community==0.3.22) --- updated-dependencies: - dependency-name: langchain-community dependency-version: 0.3.22 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 8bfe6e00..c608d1bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ diskcache2 = "1.0.0" captcha = "0.7.1" langchain-openai = "0.3.14" langchain-anthropic = "0.3.12" -langchain-community = "0.3.21" +langchain-community = "0.3.22" langchain-deepseek = "0.1.3" langchain-google-genai = "2.1.3" langchain-mcp-adapters = "0.0.9"