From 20cd94dc71dbef2ff97763638439ee81e4d5f289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 15:12:17 +0000 Subject: [PATCH] Bump langchain-core in /backend in the pip group across 1 directory Bumps the pip group with 1 update in the /backend directory: [langchain-core](https://github.com/langchain-ai/langchain). Updates `langchain-core` from 1.2.7 to 1.2.11 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==1.2.7...langchain-core==1.2.11) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.2.11 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 517a0efa..62d5555f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -33,7 +33,7 @@ requests==2.32.5 # Agent framework dependencies langchain==1.2.7 -langchain-core==1.2.7 +langchain-core==1.2.11 langchain-google-genai==4.2.0 # OAuth