Skip to content

Commit

Permalink
fix poetry dynamic versioning plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fnep committed Sep 4, 2024
1 parent 8fd3660 commit 7ecd97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ lint.isort.force-single-line = true
exclude = [".venv"]

[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"

0 comments on commit 7ecd97a

Please sign in to comment.