From e7ce337897bb99c045659d5606495db53d0a2610 Mon Sep 17 00:00:00 2001 From: Davis Vann Bennett Date: Mon, 4 Aug 2025 12:40:06 +0200 Subject: [PATCH 1/2] pin setuptools-scm to <9.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b09171446..f3b1e2734b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.27.0", "hatch-vcs"] +requires = ["hatchling", "hatch-vcs", "setuptools-scm<9.0.0"] build-backend = "hatchling.build" [tool.hatch.build.targets.sdist] From 0381042003aa93cc879de7233b5968ef86beb7d3 Mon Sep 17 00:00:00 2001 From: Davis Vann Bennett Date: Mon, 4 Aug 2025 12:41:49 +0200 Subject: [PATCH 2/2] narrower version bounds --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3b1e2734b..e36d636b0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling", "hatch-vcs", "setuptools-scm<9.0.0"] +requires = ["hatchling>=1.27.0", "hatch-vcs", "setuptools-scm!=9.0.0"] build-backend = "hatchling.build" [tool.hatch.build.targets.sdist]