Lines 1-6
Link Here
|
1 |
--- synapse/python_dependencies.py.orig 2022-03-24 17:18:43 UTC |
1 |
--- synapse/python_dependencies.py.orig 2022-04-12 08:11:46 UTC |
2 |
+++ synapse/python_dependencies.py |
2 |
+++ synapse/python_dependencies.py |
3 |
@@ -80,7 +80,7 @@ REQUIREMENTS = [ |
3 |
@@ -48,7 +48,7 @@ REQUIREMENTS = [ |
|
|
4 |
"unpaddedbase64>=1.1.0", |
5 |
"canonicaljson>=1.4.0", |
6 |
# we use the type definitions added in signedjson 1.1. |
7 |
- "signedjson>=1.1.0,<=1.1.1", |
8 |
+ "signedjson>=1.1.0", |
9 |
"pynacl>=1.2.1", |
10 |
"idna>=2.5", |
11 |
# validating SSL certs for IP addresses requires service_identity 18.1. |
12 |
@@ -83,7 +83,7 @@ REQUIREMENTS = [ |
4 |
"typing-extensions>=3.10.0", |
13 |
"typing-extensions>=3.10.0", |
5 |
# We enforce that we have a `cryptography` version that bundles an `openssl` |
14 |
# We enforce that we have a `cryptography` version that bundles an `openssl` |
6 |
# with the latest security patches. |
15 |
# with the latest security patches. |