0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-06 20:58:54 +02:00

Post 1.56.0 release tidy up (#12379)

This commit is contained in:
Sean Quah 2022-04-05 17:35:20 +01:00 committed by GitHub
parent 163fd686b5
commit fd1e7d0fc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -1 +0,0 @@
Bump the version of `black` for compatibility with the latest `click` release.

1
changelog.d/12379.misc Normal file
View file

@ -0,0 +1 @@
Remove temporary pin of signedjson<=1.1.1 that was added in Synapse 1.56.0.

View file

@ -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,<=1.1.1",
"signedjson>=1.1.0",
"pynacl>=1.2.1",
"idna>=2.5",
# validating SSL certs for IP addresses requires service_identity 18.1.