From 5f2d881b3e4d77bc53effd3da21d4e42c3978264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 10:30:30 +0000 Subject: [PATCH] Bump langchain-community from 0.3.21 to 0.3.27 in /src/client/mcp/rag Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.3.21 to 0.3.27. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.3.21...langchain==0.3.27) --- updated-dependencies: - dependency-name: langchain-community dependency-version: 0.3.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/client/mcp/rag/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/mcp/rag/pyproject.toml b/src/client/mcp/rag/pyproject.toml index 73c75998..ffcb487d 100644 --- a/src/client/mcp/rag/pyproject.toml +++ b/src/client/mcp/rag/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.11" dependencies = [ - "langchain-community==0.3.21", + "langchain-community==0.3.27", "langchain-core==0.3.52", "langchain-huggingface==0.1.2", "langchain-ollama==0.3.2",