From 4668e52f317c1edf86223b3a6876f11335576c35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:36:12 +0000 Subject: [PATCH] chore(deps): bump langchain-community from 0.2.0 to 0.2.5 Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.2.0 to 0.2.5. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.2.0...langchain-community==0.2.5) --- updated-dependencies: - dependency-name: langchain-community 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 1e9f688..2a064ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ langchain-core==0.2.7 -langchain-community==0.2.0 +langchain-community==0.2.5 redis==5.0.6 numpy===1.24.4; python_version <= "3.8" numpy==1.26.4; python_version > "3.8"