From fbea266d334d421c074bc46ef893cea535179d24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 14:43:37 +0000 Subject: [PATCH] Bump langchain-community Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.0.13 to 0.3.27. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/commits/langchain==0.3.27) --- updated-dependencies: - dependency-name: langchain-community dependency-version: 0.3.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../old_code/old_structure/toolbox/local-rag/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Archive/old_code/old_structure/toolbox/local-rag/requirements.txt b/Archive/old_code/old_structure/toolbox/local-rag/requirements.txt index 316e1b0a..6069981f 100644 --- a/Archive/old_code/old_structure/toolbox/local-rag/requirements.txt +++ b/Archive/old_code/old_structure/toolbox/local-rag/requirements.txt @@ -1,5 +1,5 @@ langchain==0.0.351 -langchain-community==0.0.13 +langchain-community==0.3.27 chromadb==0.4.22 pdfplumber==0.10.3 gradio==4.14.0