From ff03d35ed7bf7288359f59d1a9cd522c1d1a853a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 10:41:57 +0000 Subject: [PATCH] Bump langchain-community from 0.3.12 to 0.3.27 in /src/containerapp Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.3.12 to 0.3.27. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.3.12...langchain==0.3.27) --- updated-dependencies: - dependency-name: langchain-community dependency-version: 0.3.27 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 8c92c9c..2c5d1ce 100644 --- a/src/containerapp/requirements.txt +++ b/src/containerapp/requirements.txt @@ -21,7 +21,7 @@ PyMuPDF==1.25.1 PyPDF2==3.0.1 langchain==0.3.12 langchain-core==0.3.25 -langchain-community==0.3.12 +langchain-community==0.3.27 langchain-openai==0.2.12 tiktoken==0.8.0 requests-html==0.10.0