From f535293164159b7aefa813664d192eb94e88e61e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 01:19:50 +0000 Subject: [PATCH] Update graspologic-native requirement in /packages/graphrag Updates the requirements on [graspologic-native](https://github.com/graspologic-org/graspologic-native) to permit the latest version. - [Release notes](https://github.com/graspologic-org/graspologic-native/releases) - [Commits](https://github.com/graspologic-org/graspologic-native/compare/1.2.1-dev202401237632510245...v1.3.1) --- updated-dependencies: - dependency-name: graspologic-native dependency-version: 1.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/graphrag/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphrag/pyproject.toml b/packages/graphrag/pyproject.toml index 5f48002e0..2b619cf65 100644 --- a/packages/graphrag/pyproject.toml +++ b/packages/graphrag/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ # Hold on the 1.2.x line: graspologic-native 1.3.x changes Leiden clustering # output (community counts/levels), which breaks pinned regression tests and the # golden community data. Revisit deliberately with a golden-data refresh. - "graspologic-native>=1.2,<1.3", + "graspologic-native>=1.2,<1.4", "json-repair~=0.30", "networkx~=3.4", "nltk~=3.9",