From 105e5e4ee39c15dafc017fe9c776ea53c27751bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 01:19:53 +0000 Subject: [PATCH] Update hatchling requirement from <2.0.0,>=1.27.0 to >=1.31.0,<2.0.0 Updates the requirements on [hatchling](https://github.com/pypa/hatch) to permit the latest version. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.27.0...hatchling-v1.31.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.31.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/graphrag-cache/pyproject.toml | 2 +- packages/graphrag-chunking/pyproject.toml | 2 +- packages/graphrag-common/pyproject.toml | 2 +- packages/graphrag-input/pyproject.toml | 2 +- packages/graphrag-llm/pyproject.toml | 2 +- packages/graphrag-storage/pyproject.toml | 2 +- packages/graphrag-vectors/pyproject.toml | 2 +- packages/graphrag/pyproject.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/graphrag-cache/pyproject.toml b/packages/graphrag-cache/pyproject.toml index 37e80b93d..7b9ca9348 100644 --- a/packages/graphrag-cache/pyproject.toml +++ b/packages/graphrag-cache/pyproject.toml @@ -39,5 +39,5 @@ dependencies = [ Source = "https://github.com/microsoft/graphrag" [build-system] -requires = ["hatchling>=1.27.0,<2.0.0"] +requires = ["hatchling>=1.31.0,<2.0.0"] build-backend = "hatchling.build" diff --git a/packages/graphrag-chunking/pyproject.toml b/packages/graphrag-chunking/pyproject.toml index 173fc77fd..81b6af6ce 100644 --- a/packages/graphrag-chunking/pyproject.toml +++ b/packages/graphrag-chunking/pyproject.toml @@ -38,6 +38,6 @@ dependencies = [ Source = "https://github.com/microsoft/graphrag" [build-system] -requires = ["hatchling>=1.27.0,<2.0.0"] +requires = ["hatchling>=1.31.0,<2.0.0"] build-backend = "hatchling.build" diff --git a/packages/graphrag-common/pyproject.toml b/packages/graphrag-common/pyproject.toml index d026ec777..8d6f42289 100644 --- a/packages/graphrag-common/pyproject.toml +++ b/packages/graphrag-common/pyproject.toml @@ -39,6 +39,6 @@ dependencies = [ Source = "https://github.com/microsoft/graphrag" [build-system] -requires = ["hatchling>=1.27.0,<2.0.0"] +requires = ["hatchling>=1.31.0,<2.0.0"] build-backend = "hatchling.build" diff --git a/packages/graphrag-input/pyproject.toml b/packages/graphrag-input/pyproject.toml index 7a2413779..2979b0350 100644 --- a/packages/graphrag-input/pyproject.toml +++ b/packages/graphrag-input/pyproject.toml @@ -41,5 +41,5 @@ dependencies = [ Source = "https://github.com/microsoft/graphrag" [build-system] -requires = ["hatchling>=1.27.0,<2.0.0"] +requires = ["hatchling>=1.31.0,<2.0.0"] build-backend = "hatchling.build" diff --git a/packages/graphrag-llm/pyproject.toml b/packages/graphrag-llm/pyproject.toml index 7e3c52387..5b3a664c8 100644 --- a/packages/graphrag-llm/pyproject.toml +++ b/packages/graphrag-llm/pyproject.toml @@ -50,5 +50,5 @@ dependencies = [ Source = "https://github.com/microsoft/graphrag" [build-system] -requires = ["hatchling>=1.27.0,<2.0.0"] +requires = ["hatchling>=1.31.0,<2.0.0"] build-backend = "hatchling.build" diff --git a/packages/graphrag-storage/pyproject.toml b/packages/graphrag-storage/pyproject.toml index 4f1bffced..c526ff19a 100644 --- a/packages/graphrag-storage/pyproject.toml +++ b/packages/graphrag-storage/pyproject.toml @@ -43,6 +43,6 @@ dependencies = [ Source = "https://github.com/microsoft/graphrag" [build-system] -requires = ["hatchling>=1.27.0,<2.0.0"] +requires = ["hatchling>=1.31.0,<2.0.0"] build-backend = "hatchling.build" diff --git a/packages/graphrag-vectors/pyproject.toml b/packages/graphrag-vectors/pyproject.toml index c616aaa2f..b2caaab20 100644 --- a/packages/graphrag-vectors/pyproject.toml +++ b/packages/graphrag-vectors/pyproject.toml @@ -45,5 +45,5 @@ dependencies = [ Source = "https://github.com/microsoft/graphrag" [build-system] -requires = ["hatchling>=1.27.0,<2.0.0"] +requires = ["hatchling>=1.31.0,<2.0.0"] build-backend = "hatchling.build" diff --git a/packages/graphrag/pyproject.toml b/packages/graphrag/pyproject.toml index 5f48002e0..f7854119f 100644 --- a/packages/graphrag/pyproject.toml +++ b/packages/graphrag/pyproject.toml @@ -69,6 +69,6 @@ graphrag = "graphrag.cli.main:app" Source = "https://github.com/microsoft/graphrag" [build-system] -requires = ["hatchling>=1.27.0,<2.0.0"] +requires = ["hatchling>=1.31.0,<2.0.0"] build-backend = "hatchling.build"