mirror of
https://github.com/matrix-org/synapse.git
synced 2025-02-15 11:45:48 +00:00
Pin signedjson to <= 1.1.1 as a temporary workaround for #12324
To be reverted after the Synapse 1.56 release. Signed-off-by: Sean Quah <seanq@element.io>
This commit is contained in:
parent
a7293ef16f
commit
ca7e34cb57
@ -48,7 +48,7 @@ REQUIREMENTS = [
|
||||
"unpaddedbase64>=1.1.0",
|
||||
"canonicaljson>=1.4.0",
|
||||
# we use the type definitions added in signedjson 1.1.
|
||||
"signedjson>=1.1.0",
|
||||
"signedjson>=1.1.0,<=1.1.1",
|
||||
"pynacl>=1.2.1",
|
||||
"idna>=2.5",
|
||||
# validating SSL certs for IP addresses requires service_identity 18.1.
|
||||
|
Loading…
Reference in New Issue
Block a user