From d4ee6b260fa79471962ad83108855a3cfcd2933b Mon Sep 17 00:00:00 2001 From: Vikrant-Khedkar Date: Wed, 12 Nov 2025 10:27:03 +0530 Subject: [PATCH] fix: use supported hatchling version to fix release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5cd8d14..fa3dba3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling"] +requires = ["hatchling==1.26.3"] build-backend = "hatchling.build" [project]