Update pyproject.toml
in line with Poetry 2.x
#18432
Draft
+54
−38
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Our
pyproject.toml
was generating a number of errors in our CI. This appears to be a follow-on from #18251. I noticed this when debugging an unrelated PR.Click to see error log
Original GHA workflow run logs: https://github.com/element-hq/synapse/actions/runs/14931031372/job/41947086455?pr=18417#step:3:67
This PR fixes those issues by updating our
pyproject.toml
file to make use of the new keys defined by PEP 621.Paired with matrix-org/sytest#1403 which updates
poetry-core
to 2.1.3 in Sytest.Pull Request Checklist
EventStore
toEventWorkerStore
.".code blocks
.(run the linters)