|
Lines 1-15
Link Here
|
| 1 |
--- synapse/python_dependencies.py.orig 2022-04-12 08:11:46 UTC |
1 |
--- synapse/python_dependencies.py.orig 2022-04-20 00:17:17 UTC |
| 2 |
+++ synapse/python_dependencies.py |
2 |
+++ synapse/python_dependencies.py |
| 3 |
@@ -48,7 +48,7 @@ REQUIREMENTS = [ |
3 |
@@ -82,7 +82,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 = [ |
| 13 |
"typing-extensions>=3.10.0", |
4 |
"typing-extensions>=3.10.0", |
| 14 |
# We enforce that we have a `cryptography` version that bundles an `openssl` |
5 |
# We enforce that we have a `cryptography` version that bundles an `openssl` |
| 15 |
# with the latest security patches. |
6 |
# with the latest security patches. |
| 16 |
- |
|
|