Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 5bf9ec9

Browse files
authored
Require at least poetry-core v1.2.0 (#15566)
Signed-off-by: Kai A. Hiller <V02460@gmail.com>
1 parent e4f545c commit 5bf9ec9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/15566.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Require at least poetry-core v1.2.0.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ furo = ">=2022.12.7,<2024.0.0"
368368
# system changes.
369369
# We are happy to raise these upper bounds upon request,
370370
# provided we check that it's safe to do so (i.e. that CI passes).
371-
requires = ["poetry-core>=1.0.0,<=1.5.0", "setuptools_rust>=1.3,<=1.5.2"]
371+
requires = ["poetry-core>=1.2.0,<=1.5.0", "setuptools_rust>=1.3,<=1.5.2"]
372372
build-backend = "poetry.core.masonry.api"
373373

374374

0 commit comments

Comments
 (0)