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"