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

Commit 50936db

Browse files
author
David Robertson
committed
Revert "Allow poetry-core 1.5.0 (#14949)"
This reverts commit 64a6318.
1 parent 03cc9af commit 50936db

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ exclude = [
127127
{ path = "synapse/*.so", format = "sdist"}
128128
]
129129

130-
[tool.poetry.build]
131-
script = "build_rust.py"
132-
generate-setup-file = true
130+
build = "build_rust.py"
133131

134132
[tool.poetry.scripts]
135133
synapse_homeserver = "synapse.app.homeserver:main"
@@ -352,7 +350,7 @@ towncrier = ">=18.6.0rc1"
352350
# system changes.
353351
# We are happy to raise these upper bounds upon request,
354352
# provided we check that it's safe to do so (i.e. that CI passes).
355-
requires = ["poetry-core>=1.0.0,<=1.5.0", "setuptools_rust>=1.3,<=1.5.2"]
353+
requires = ["poetry-core>=1.0.0,<=1.3.2", "setuptools_rust>=1.3,<=1.5.2"]
356354
build-backend = "poetry.core.masonry.api"
357355

358356

0 commit comments

Comments
 (0)