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

Commit 4fee4a3

Browse files
authored
Update lock file for Poetry v1.2.0 (#13689)
1 parent 0fdb685 commit 4fee4a3

File tree

5 files changed

+99
-66
lines changed

5 files changed

+99
-66
lines changed

Diff for: changelog.d/13689.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update poetry lock file for v1.2.0.

Diff for: docs/development/contributing_guide.md

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ pipx install poetry
6262
but see poetry's [installation instructions](https://python-poetry.org/docs/#installation)
6363
for other installation methods.
6464

65+
Synapse requires Poetry version 1.2.0 or later.
66+
6567
Next, open a terminal and install dependencies as follows:
6668

6769
```sh

Diff for: docs/development/dependencies.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -243,14 +243,11 @@ doesn't require poetry. (It's what we use in CI too). However, you could try
243243

244244
## Check the version of poetry with `poetry --version`.
245245

246-
At the time of writing, the 1.2 series is beta only. We have seen some examples
247-
where the lockfiles generated by 1.2 prereleasese aren't interpreted correctly
248-
by poetry 1.1.x. For now, use poetry 1.1.14, which includes a critical
249-
[change](https://github.com/python-poetry/poetry/pull/5973) needed to remain
250-
[compatible with PyPI](https://github.com/pypi/warehouse/pull/11775).
246+
The minimum version of poetry supported by Synapse is 1.2.
251247

252248
It can also be useful to check the version of `poetry-core` in use. If you've
253-
installed `poetry` with `pipx`, try `pipx runpip poetry list | grep poetry-core`.
249+
installed `poetry` with `pipx`, try `pipx runpip poetry list | grep
250+
poetry-core`.
254251

255252
## Clear caches: `poetry cache clear --all pypi`.
256253

Diff for: docs/upgrade.md

+7
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ process, for example:
8989
dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
9090
```
9191
92+
# Upgrading to v1.67.0
93+
94+
## Minimum version of Poetry is now v1.2.0
95+
96+
The minimum supported version of poetry is now 1.2. This should only affect
97+
those installing from a source checkout.
98+
9299
# Upgrading to v1.66.0
93100
94101
## Delegation of email validation no longer supported

0 commit comments

Comments
 (0)