From 9b6d2c47d4c40a4f43d5144b9d022b57ea29cb70 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 11 Nov 2025 16:21:30 -0500 Subject: [PATCH] Update hatch-build bounds --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b60a070..7eb0080 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ dependencies = [ "hatchling", - "hatch-build>=0.4,<0.5", + "hatch-build>=0.4,<0.6", "pydantic", ]