diff --git a/packages/graphrag-cache/pyproject.toml b/packages/graphrag-cache/pyproject.toml index 37e80b93d0..026755c63e 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.32.0,<2.0.0"] build-backend = "hatchling.build" diff --git a/packages/graphrag-chunking/pyproject.toml b/packages/graphrag-chunking/pyproject.toml index 173fc77fd7..a181d945ae 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.32.0,<2.0.0"] build-backend = "hatchling.build" diff --git a/packages/graphrag-common/pyproject.toml b/packages/graphrag-common/pyproject.toml index d026ec7771..a4ef852e59 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.32.0,<2.0.0"] build-backend = "hatchling.build" diff --git a/packages/graphrag-input/pyproject.toml b/packages/graphrag-input/pyproject.toml index 7a2413779e..2be7355c00 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.32.0,<2.0.0"] build-backend = "hatchling.build" diff --git a/packages/graphrag-llm/pyproject.toml b/packages/graphrag-llm/pyproject.toml index 7e3c523875..fb49e6ee7d 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.32.0,<2.0.0"] build-backend = "hatchling.build" diff --git a/packages/graphrag-storage/pyproject.toml b/packages/graphrag-storage/pyproject.toml index 4f1bffced8..31a8ea36f1 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.32.0,<2.0.0"] build-backend = "hatchling.build" diff --git a/packages/graphrag-vectors/pyproject.toml b/packages/graphrag-vectors/pyproject.toml index c616aaa2f0..594faf0872 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.32.0,<2.0.0"] build-backend = "hatchling.build" diff --git a/packages/graphrag/pyproject.toml b/packages/graphrag/pyproject.toml index 5f48002e04..30c877ae2b 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.32.0,<2.0.0"] build-backend = "hatchling.build"