|
Lines 1-6
Link Here
|
| 1 |
--- synapse/python_dependencies.py.orig 2021-12-17 15:03:44 UTC |
1 |
--- synapse/python_dependencies.py.orig 2022-01-15 14:42:17 UTC |
| 2 |
+++ synapse/python_dependencies.py |
2 |
+++ synapse/python_dependencies.py |
| 3 |
@@ -85,7 +85,7 @@ REQUIREMENTS = [ |
3 |
@@ -51,7 +51,7 @@ REQUIREMENTS = [ |
|
|
4 |
# we use the TYPE_CHECKER.redefine method added in jsonschema 3.0.0 |
| 5 |
"jsonschema>=3.0.0", |
| 6 |
# frozendict 2.1.2 is broken on Debian 10: https://github.com/Marco-Sulla/python-frozendict/issues/41 |
| 7 |
- "frozendict>=1,<2.1.2", |
| 8 |
+ "frozendict>=1", |
| 9 |
"unpaddedbase64>=1.1.0", |
| 10 |
"canonicaljson>=1.4.0", |
| 11 |
# we use the type definitions added in signedjson 1.1. |
| 12 |
@@ -86,7 +86,7 @@ REQUIREMENTS = [ |
| 4 |
"typing-extensions>=3.7.4", |
13 |
"typing-extensions>=3.7.4", |
| 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. |