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

This commit is contained in:
Tadeusz Sośnierz
2024-03-21 17:12:02 +00:00
committed by GitHub
parent 6cf23febb9
commit 5a59c68b3d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Remove recommendation for a specific poetry version from contributing guide.
+1 -1
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)