diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-12-08 13:41:25 -0500 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-12-09 10:38:46 +0000 |
commit | 0eb9b2f86667a059f692d71d5c224c173498bb7b (patch) | |
tree | 62c9c2c957951cff21e419a6be1eb95a3e23cafe /changelog.d/8898.misc | |
parent | Consistently use room_id from federation request body (#8776) (diff) | |
download | synapse-0eb9b2f86667a059f692d71d5c224c173498bb7b.tar.xz |
Fix installing pysaml2 on Python 3.5. (#8898)
This pins pysaml2 to < 6.4.0 on Python 3.5, as the last known working version.
Diffstat (limited to 'changelog.d/8898.misc')
-rw-r--r-- | changelog.d/8898.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8898.misc b/changelog.d/8898.misc new file mode 100644 index 0000000000..bdb0d40d51 --- /dev/null +++ b/changelog.d/8898.misc @@ -0,0 +1 @@ +Add a maximum version for pysaml2 on Python 3.5. |