From ae1b24b6db0f6f2180f0f09c22bd27017fa3c438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:37:26 +0000 Subject: [PATCH] chore(deps): update langchain requirement in /scope_intel 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==0.3.0...langchain==1.3.10) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.3.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scope_intel/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scope_intel/requirements.txt b/scope_intel/requirements.txt index d8d0e4d5..a59ac4e4 100644 --- a/scope_intel/requirements.txt +++ b/scope_intel/requirements.txt @@ -41,7 +41,7 @@ grpcio-tools>=1.80.0 grpcio-reflection>=1.80.0 grpcio-health-checking>=1.80.0 protobuf>=6.31.1,<7.0.0 -langchain>=0.3.0 +langchain>=1.3.10 langchain-ollama>=0.3.0 langgraph>=0.4.0 Flask-Limiter>=3.12.0