Post 1.56.0 release tidy up (#12379)
parent
163fd686b5
commit
fd1e7d0fc2
|
@ -1 +0,0 @@
|
||||||
Bump the version of `black` for compatibility with the latest `click` release.
|
|
|
@ -0,0 +1 @@
|
||||||
|
Remove temporary pin of signedjson<=1.1.1 that was added in Synapse 1.56.0.
|
|
@ -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,<=1.1.1",
|
"signedjson>=1.1.0",
|
||||||
"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.
|
||||||
|
|
Loading…
Reference in New Issue