Skip to content

Commit 9cc3587

Browse files
authored
fix(hatch hook): allow any minor version for the hatchling dependency for v1 (#453)
* fix(hatchling): allow any minor version for v1 * bump the hatch hook to 1.5.7
1 parent 1512b92 commit 9cc3587

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

projects/hatch_polylith_bricks/poetry.lock

Lines changed: 12 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/hatch_polylith_bricks/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hatch-polylith-bricks"
3-
version = "1.5.6"
3+
version = "1.5.7"
44
description = "Hatch build hook plugin for Polylith"
55
authors = ['David Vujic']
66
homepage = "https://davidvujic.github.io/python-polylith-docs/"
@@ -23,7 +23,7 @@ classifiers = [
2323

2424
[tool.poetry.dependencies]
2525
python = "^3.8"
26-
hatchling = "^1.21.0"
26+
hatchling = "1.*"
2727
tomlkit = "0.*"
2828

2929
[tool.poetry.plugins.hatch]

0 commit comments

Comments
 (0)