This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Synapse 1.81.0 fails to build with poetry-core < 1.1.0 (despite lower bound of >= 1.0.0) #15420
Labels
A-Packaging
Our Debian packages, docker images; or issues relevant to downstream packagers
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
T-Task
Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
Note that support for dependency groups was added in poetry core 1.1.0.
Poetry-core 1.0.8 rejects this syntax:
which unfortunately means that the poetry-core range given in
synapse/pyproject.toml
Lines 365 to 372 in edf046e
can no longer build Synapse at the lower end of the version range.
Options:
tool.poetry.dev-dependencies
section above, orActions:
Originally posted by @DMRobertson in #15265 (comment)
The text was updated successfully, but these errors were encountered: