From 7308736df00738a99779b1db0897dd459ab7c25a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 02:56:32 +0000 Subject: [PATCH] chore(deps): Update graphrag-sdk requirement Updates the requirements on [graphrag-sdk](https://github.com/FalkorDB/GraphRAG-SDK) to permit the latest version. - [Release notes](https://github.com/FalkorDB/GraphRAG-SDK/releases) - [Changelog](https://github.com/FalkorDB/GraphRAG-SDK/blob/main/CHANGELOG.md) - [Commits](https://github.com/FalkorDB/GraphRAG-SDK/compare/v0.8.1...v1.0.0) --- updated-dependencies: - dependency-name: graphrag-sdk dependency-version: 1.0.0 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 121c5b9..0c2d090 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [{name = "Roi Lipman", email = "roilipman@gmail.com"}] readme = "README.md" requires-python = ">=3.12,<3.14" dependencies = [ - "graphrag-sdk>=0.8.1,<0.9.0", + "graphrag-sdk>=0.8.1,<1.1.0", "tree-sitter>=0.25.2,<0.26.0", "validators>=0.35.0,<0.36.0", "falkordb>=1.1.3,<2.0.0",