From 1de68b1fea3564375f20c7cd5dece5c61ca3c2c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 15:39:12 +0000 Subject: [PATCH] chore(deps): bump langchain-community from 0.2.12 to 0.3.27 Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.2.12 to 0.3.27. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.2.12...langchain==0.3.27) --- updated-dependencies: - dependency-name: langchain-community dependency-version: 0.3.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1ce1473..b42b4fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ langchain-core==0.2.31 -langchain-community==0.2.12 +langchain-community==0.3.27 redis==5.0.8 numpy===1.24.4; python_version <= "3.8" numpy==1.26.4; python_version > "3.8"