Skip to content

Commit

Permalink
Merge pull request #3025 from mgor/bug/poetry_version
Browse files Browse the repository at this point in the history
pin poetry-core version to <2.0.0 in pyproject.toml
  • Loading branch information
cyberw authored Jan 8, 2025
2 parents 81116b2 + 9f8c0d7 commit 41294f8
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
@@ -1,5 +1,5 @@
[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
requires = ["poetry-core>=1.0.0,<2.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.poetry]
Expand Down

0 comments on commit 41294f8

Please sign in to comment.