Skip to content

Commit ffd5c05

Browse files
committed
chore: lock poetry-dynamic-versioning version
When allowing prerelease version, pip would pick up `poetry-dynamic-versioning==1.0.0b3`, which is incompatible
1 parent 3ed8339 commit ffd5c05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ url = "https://pypi.anaconda.org/pythonmonkey/simple"
6363
priority = "explicit"
6464

6565
[build-system]
66-
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
66+
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning==0.24.0"]
6767
build-backend = "poetry_dynamic_versioning.backend"

python/pminit/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ script = "post-install-hook.py"
3030
generate-setup-file = false
3131

3232
[build-system]
33-
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
33+
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning==0.24.0"]
3434
build-backend = "poetry_dynamic_versioning.backend"
3535

0 commit comments

Comments
 (0)