From 385a514c53519c85a233656a5090ce3a027ca77c Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 19 Aug 2025 13:19:56 +0300 Subject: [PATCH] Relax obsolete constraints on setuptools-scm This reverts e77f803e1a813a496d59c3d091a263602c308bf1. No need to explicitly avoid a yanked release. Release 9.0.0 has been yanked on PyPI. Actually all 9.*.* releases so far have been yanked, except for the current 9.2.0: https://pypi.org/project/setuptools-scm/#history --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95528c4558..5a1d60485d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.27.0", "hatch-vcs", "setuptools-scm!=9.0.0"] +requires = ["hatchling>=1.27.0", "hatch-vcs"] build-backend = "hatchling.build" [tool.hatch.build.targets.sdist]