From a905698065462b0b06a8a33c829c9949694ed584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 16:06:02 +0000 Subject: [PATCH] chore(deps): update langchain requirement in /scripts Updates the requirements on [langchain](https://github.com/langchain-ai/langchain) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-box==0.1.0...langchain==1.4.0) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 82986f51..41896cd3 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -32,7 +32,7 @@ ddgs google-api-python-client readability-lxml scrapy-playwright -langchain>=0.1.0 +langchain>=1.4.0 langchain-core langgraph langdetect