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

Commit 583d596

Browse files
authored
Raise setuptools_rust version cap to 1.7.0 (#16277)
1 parent d23c394 commit 583d596

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/16277.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Raise setuptools_rust version cap to 1.7.0.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ furo = ">=2022.12.7,<2024.0.0"
370370
# system changes.
371371
# We are happy to raise these upper bounds upon request,
372372
# provided we check that it's safe to do so (i.e. that CI passes).
373-
requires = ["poetry-core>=1.1.0,<=1.7.0", "setuptools_rust>=1.3,<=1.6.0"]
373+
requires = ["poetry-core>=1.1.0,<=1.7.0", "setuptools_rust>=1.3,<=1.7.0"]
374374
build-backend = "poetry.core.masonry.api"
375375

376376

0 commit comments

Comments
 (0)