Skip to content
Snippets Groups Projects
Commit ca7e34cb authored by Sean Quah's avatar Sean Quah
Browse files

Pin signedjson to <= 1.1.1 as a temporary workaround for #12324


To be reverted after the Synapse 1.56 release.

Signed-off-by: default avatarSean Quah <seanq@element.io>
parent a7293ef1
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ REQUIREMENTS = [ ...@@ -48,7 +48,7 @@ REQUIREMENTS = [
"unpaddedbase64>=1.1.0", "unpaddedbase64>=1.1.0",
"canonicaljson>=1.4.0", "canonicaljson>=1.4.0",
# we use the type definitions added in signedjson 1.1. # 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", "pynacl>=1.2.1",
"idna>=2.5", "idna>=2.5",
# validating SSL certs for IP addresses requires service_identity 18.1. # validating SSL certs for IP addresses requires service_identity 18.1.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment