Skip to content
Snippets Groups Projects
Unverified Commit 4fee4a33 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Update lock file for Poetry v1.2.0 (#13689)

parent 0fdb685c
No related branches found
No related tags found
No related merge requests found
Update poetry lock file for v1.2.0.
...@@ -62,6 +62,8 @@ pipx install poetry ...@@ -62,6 +62,8 @@ pipx install poetry
but see poetry's [installation instructions](https://python-poetry.org/docs/#installation) but see poetry's [installation instructions](https://python-poetry.org/docs/#installation)
for other installation methods. for other installation methods.
Synapse requires Poetry version 1.2.0 or later.
Next, open a terminal and install dependencies as follows: Next, open a terminal and install dependencies as follows:
```sh ```sh
......
...@@ -243,14 +243,11 @@ doesn't require poetry. (It's what we use in CI too). However, you could try ...@@ -243,14 +243,11 @@ doesn't require poetry. (It's what we use in CI too). However, you could try
## Check the version of poetry with `poetry --version`. ## Check the version of poetry with `poetry --version`.
At the time of writing, the 1.2 series is beta only. We have seen some examples The minimum version of poetry supported by Synapse is 1.2.
where the lockfiles generated by 1.2 prereleasese aren't interpreted correctly
by poetry 1.1.x. For now, use poetry 1.1.14, which includes a critical
[change](https://github.com/python-poetry/poetry/pull/5973) needed to remain
[compatible with PyPI](https://github.com/pypi/warehouse/pull/11775).
It can also be useful to check the version of `poetry-core` in use. If you've It can also be useful to check the version of `poetry-core` in use. If you've
installed `poetry` with `pipx`, try `pipx runpip poetry list | grep poetry-core`. installed `poetry` with `pipx`, try `pipx runpip poetry list | grep
poetry-core`.
## Clear caches: `poetry cache clear --all pypi`. ## Clear caches: `poetry cache clear --all pypi`.
......
...@@ -89,6 +89,13 @@ process, for example: ...@@ -89,6 +89,13 @@ process, for example:
dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
``` ```
# Upgrading to v1.67.0
## Minimum version of Poetry is now v1.2.0
The minimum supported version of poetry is now 1.2. This should only affect
those installing from a source checkout.
# Upgrading to v1.66.0 # Upgrading to v1.66.0
## Delegation of email validation no longer supported ## Delegation of email validation no longer supported
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment