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