From c01d3434c4db48f3e7059965ebf3b2444de6772d Mon Sep 17 00:00:00 2001 From: jefer94 Date: Mon, 2 Dec 2024 13:54:41 -0500 Subject: [PATCH] update hatch build system --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26c4836..0579442 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]