From d6ba4ac5c5a85f757d73cd3a14b13f67c59192d6 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 10 Dec 2024 14:08:24 +0100 Subject: [PATCH] Explicit hatchling version for build cf https://github.com/pypa/hatch/issues/1818#issuecomment-2488731301 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 665d6a8d..1ca337b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling"] +requires = ["hatchling>=1.26.1"] build-backend = "hatchling.build" [project]