Remove the hardcoded poetry version from contributing guide (#17002)

This commit is contained in:
Tadeusz Sośnierz 2024-03-21 18:12:02 +01:00 committed by GitHub
parent 6cf23febb9
commit 5a59c68b3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
changelog.d/17002.doc Normal file
View File

@ -0,0 +1 @@
Remove recommendation for a specific poetry version from contributing guide.

View File

@ -68,7 +68,7 @@ Of their installation methods, we recommend
```shell
pip install --user pipx
pipx install poetry==1.5.1 # Problems with Poetry 1.6, see https://github.com/matrix-org/synapse/issues/16147
pipx install poetry
```
but see poetry's [installation instructions](https://python-poetry.org/docs/#installation)