Skip to content

Commit 45b285f

Browse files
authored
fix: fix poetry-core version (#3603)
1 parent 3c48cff commit 45b285f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,5 +342,5 @@ exclude = ["docs"]
342342

343343

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

0 commit comments

Comments
 (0)