Skip to content

Commit db142fa

Browse files
authored
fix(hatchling): allow any minor version for v1 (#454)
1 parent 9cc3587 commit db142fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ poetry = "*"
5353
tomlkit = "0.*"
5454
rich = "*"
5555
cleo = "^2.1.0"
56-
hatchling = "^1.21.0"
56+
hatchling = "1.*"
5757
typer = "0.*"
5858
pyyaml = "*"
5959
typing_extensions = [

0 commit comments

Comments
 (0)