mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 19:47:05 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue