From d0889957107128e8fb7f1d4d8b3d916efd2464ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 14:48:46 +0000 Subject: [PATCH] Bump langchain-core from 0.3.25 to 1.2.11 in /src/containerapp Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 0.3.25 to 1.2.11. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==0.3.25...langchain-core==1.2.11) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.2.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/containerapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containerapp/requirements.txt b/src/containerapp/requirements.txt index b7ef2f8..9d2be1d 100644 --- a/src/containerapp/requirements.txt +++ b/src/containerapp/requirements.txt @@ -20,7 +20,7 @@ aiofiles==23.2.1 PyMuPDF==1.25.1 PyPDF2==3.0.1 langchain==0.3.12 -langchain-core==0.3.25 +langchain-core==1.2.11 langchain-community==0.3.12 langchain-openai==0.2.12 tiktoken==0.8.0