From d56a9dd34ad72c301d9702df0103315582564ece Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 11 Nov 2024 19:15:12 +0100 Subject: [PATCH] Temporarily pin hatchling to fix build --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f16785b1..805a28c9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ [build-system] requires = [ - "hatchling", + "hatchling==1.25.0", # Temporary pin, see https://t.ly/tkdhx "hatch-requirements-txt", "hatch-nodejs-version>=0.3.0", # Needed for "Framework :: MkDocs"