From a8f134fe98cdbcce6992b7d82198bdbd32edd5b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 18:58:05 +0000 Subject: [PATCH] chore(deps): bump langchain-core from 0.2.31 to 0.3.81 Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 0.2.31 to 0.3.81. - [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.3.81) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 0.3.81 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..cc3002c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -langchain-core==0.2.31 +langchain-core==0.3.81 langchain-community==0.2.12 redis==5.0.8 numpy===1.24.4; python_version <= "3.8"