From 8dd3b7cf85ee8aef1f9ef085e4a1f0bfc25a940a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 04:43:54 +0000 Subject: [PATCH] chore(deps): update lightrag-hku requirement from <1.5 to <1.6 Updates the requirements on [lightrag-hku](https://github.com/HKUDS/LightRAG) to permit the latest version. - [Release notes](https://github.com/HKUDS/LightRAG/releases) - [Commits](https://github.com/HKUDS/LightRAG/compare/v1.0.3...v1.5.3) --- updated-dependencies: - dependency-name: lightrag-hku dependency-version: 1.5.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3dd5df4ea..3ee165577 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] dependencies = [ "huggingface_hub", - "lightrag-hku<1.5", + "lightrag-hku<1.6", "mineru[core]", "tqdm", ]