diff options
author | David Robertson <davidr@element.io> | 2022-10-07 15:15:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 15:15:10 +0100 |
commit | f1673866ed8a39d49e2caaa6f4255a3f696bc3b4 (patch) | |
tree | 21dbc9fa07624bd5685c4650efb6c23220610b1f /changelog.d | |
parent | Update 1.69.0rc2 changelog (diff) | |
download | synapse-f1673866ed8a39d49e2caaa6f4255a3f696bc3b4.tar.xz |
Unpin build-system requirements, but impose an upper-bound (#14085)
* Revert to prior build-system requirements This reverts #14080. * Use normalised extra name, which poetry-core 1.3 will generate anyway * Changelog * Upper bound build-system requirements * Remove upgrade note; expand changelog entry a little. * Fix typo in build-system comment Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14085.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14085.misc b/changelog.d/14085.misc new file mode 100644 index 0000000000..2d2df70a64 --- /dev/null +++ b/changelog.d/14085.misc @@ -0,0 +1 @@ +Rename the `url_preview` extra to `url-preview`, for compatability with poetry-core 1.3.0 and [PEP 685](https://peps.python.org/pep-0685/). From-source installations using this extra will need to install using the new name. |