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

Commit 5a7742a

Browse files
author
David Robertson
authored
Allow pip install to use setuptools_rust 1.6.0 (#15570)
* Allow `pip install` to use setuptools_rust 1.6.0 This was bumped by dependabot in #15512, but we didn't bump also raise the version guard here. I don't know how we can avoid this happening in the future. Closes #15461. Spotted in [1] by @landryb. [1]: #15461 (comment) * Changelog
1 parent 2611433 commit 5a7742a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: changelog.d/15570.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Allow `pip install` to use setuptools_rust 1.6.0 when building Synapse.

Diff for: 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.2.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.6.0"]
372372
build-backend = "poetry.core.masonry.api"
373373

374374

0 commit comments

Comments
 (0)