Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit ca7e34c

Browse files
author
Sean Quah
committed
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 <[email protected]>
1 parent a7293ef commit ca7e34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/python_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"unpaddedbase64>=1.1.0",
4949
"canonicaljson>=1.4.0",
5050
# we use the type definitions added in signedjson 1.1.
51-
"signedjson>=1.1.0",
51+
"signedjson>=1.1.0,<=1.1.1",
5252
"pynacl>=1.2.1",
5353
"idna>=2.5",
5454
# validating SSL certs for IP addresses requires service_identity 18.1.

0 commit comments

Comments
 (0)