From 8e78f699af207ed3aed19f97e8f1a7ef151cd2bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 16:47:51 +0000 Subject: [PATCH] chore(deps): bump langchain-core from 0.2.31 to 0.2.43 Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 0.2.31 to 0.2.43. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==0.2.31...langchain-core==0.2.43) --- updated-dependencies: - dependency-name: langchain-core 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..87229f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -langchain-core==0.2.31 +langchain-core==0.2.43 langchain-community==0.2.12 redis==5.0.8 numpy===1.24.4; python_version <= "3.8"