From 608cc884c59d8c0b3ead0d89fc11386196a05950 Mon Sep 17 00:00:00 2001 From: Davis Bennett Date: Mon, 4 Aug 2025 13:03:54 +0200 Subject: [PATCH] Backport PR #3329: 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..e36d636b0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.27.0", "hatch-vcs"] +requires = ["hatchling>=1.27.0", "hatch-vcs", "setuptools-scm!=9.0.0"] build-backend = "hatchling.build" [tool.hatch.build.targets.sdist]