Skip to content

Commit

Permalink
pin hatchling to 1.26.3
Browse files Browse the repository at this point in the history
Signed-off-by: urasakikeisuke <keisuke.urasaki@map4.jp>
  • Loading branch information
urasakikeisuke committed Feb 19, 2025
1 parent 9721075 commit 616151c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ urls.Tracker = "https://github.com/MapIV/pypcd4/issues"
dev = ["ruff", "mypy", "setuptools-scm"]

[build-system]
requires = ["hatchling", "hatch-vcs"]
# pinned hatchling version because https://github.com/astral-sh/rye/issues/1446
requires = ["hatchling==1.26.3", "hatch-vcs"]
build-backend = "hatchling.build"

[tool.rye]
Expand Down

0 comments on commit 616151c

Please sign in to comment.