Skip to content

Commit c02c33c

Browse files
Pin hatchling floor to 1.26
The build-system requires block had no minimum version on hatchling. These pyprojects depend on force-include (hatchling 1.5+) and PEP 639 SPDX license handling (hatchling 1.26+), so a fresh build environment with an older hatchling could silently produce a different wheel layout or metadata. Pinning to >=1.26 uniformly across the four packages documents the floor and keeps reproducibility consistent. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 729228d commit c02c33c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling"]
2+
requires = ["hatchling>=1.26"]
33
build-backend = "hatchling.build"
44

55
[project]

0 commit comments

Comments
 (0)