Skip to content

Commit

Permalink
pin poetry.core version to <2.0.0 in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgor committed Jan 8, 2025
1 parent 81116b2 commit 9f8c0d7
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 9f8c0d7

Please sign in to comment.