Skip to content

Commit

Permalink
fix: fix poetry-core version (#3603)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius committed Aug 23, 2023
1 parent 3c48cff commit 45b285f
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 @@ -342,5 +342,5 @@ exclude = ["docs"]


[build-system]
requires = ["poetry-core>=1.3.0<1.7.0", "poetry-dynamic-versioning==0.21.5", "gitpython==3.1.24"]
requires = ["poetry-core>=1.3.0,<1.7.0", "poetry-dynamic-versioning==0.21.5", "gitpython==3.1.24"]
build-backend = "poetry_dynamic_versioning.backend"

0 comments on commit 45b285f

Please sign in to comment.