Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Keep the isolated build backend on a metadata-2.4-compatible hatchling line.
# Newer hatchling releases can emit Core Metadata 2.5, which current CI's
# `twine check` rejects as an invalid distribution metadata version.
requires = ["hatchling<1.27"]
requires = ["hatchling<1.32"]
build-backend = "hatchling.build"

[project]
Expand Down
Loading