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

Commit b3ada9b

Browse files
authored
Allow poetry-core 1.6.0 (#15588)
1 parent aa5c059 commit b3ada9b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/15588.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update build system requirements to allow building with poetry-core==1.6.0.

pyproject.toml

+1-1
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.1.0,<=1.5.0", "setuptools_rust>=1.3,<=1.6.0"]
371+
requires = ["poetry-core>=1.1.0,<=1.6.0", "setuptools_rust>=1.3,<=1.6.0"]
372372
build-backend = "poetry.core.masonry.api"
373373

374374

0 commit comments

Comments
 (0)