summary refs log tree commit diff
path: root/changelog.d/9699.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.31.0rc1Erik Johnston2021-03-301-1/+0
|
* Fix the suggested pip incantation for cryptography (#9699)Richard van der Hoff2021-03-291-0/+1
If you have the wrong version of `cryptography` installed, synapse suggests: ``` To install run: pip install --upgrade --force 'cryptography>=3.4.7;python_version>='3.6'' ``` However, the use of ' inside '...' doesn't work, so when you run this, you get an error.