From 4677d9075932e5ce6a61d6dc03aa896f575ed143 Mon Sep 17 00:00:00 2001 From: helenosheaa Date: Wed, 13 Dec 2023 17:04:28 -0500 Subject: [PATCH] use hatchling 1.18 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5ea6dd..b48152e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling"] +requires = ["hatchling<=1.18.0"] build-backend = "hatchling.build" [project]