|
Lines 1-4
Link Here
|
| 1 |
--- synapse/python_dependencies.py.orig 2022-01-15 14:42:17 UTC |
1 |
--- synapse/python_dependencies.py.orig 2022-02-08 11:47:35 UTC |
| 2 |
+++ synapse/python_dependencies.py |
2 |
+++ synapse/python_dependencies.py |
| 3 |
@@ -51,7 +51,7 @@ REQUIREMENTS = [ |
3 |
@@ -51,7 +51,7 @@ REQUIREMENTS = [ |
| 4 |
# we use the TYPE_CHECKER.redefine method added in jsonschema 3.0.0 |
4 |
# we use the TYPE_CHECKER.redefine method added in jsonschema 3.0.0 |
|
Lines 9-20
Link Here
|
| 9 |
"unpaddedbase64>=1.1.0", |
9 |
"unpaddedbase64>=1.1.0", |
| 10 |
"canonicaljson>=1.4.0", |
10 |
"canonicaljson>=1.4.0", |
| 11 |
# we use the type definitions added in signedjson 1.1. |
11 |
# we use the type definitions added in signedjson 1.1. |
| 12 |
@@ -86,7 +86,7 @@ REQUIREMENTS = [ |
12 |
@@ -77,7 +77,7 @@ REQUIREMENTS = [ |
|
|
13 |
"phonenumbers>=8.2.0", |
| 14 |
# we use GaugeHistogramMetric, which was added in prom-client 0.4.0. |
| 15 |
# 0.13.0 has an incorrect type annotation, see #11832. |
| 16 |
- "prometheus_client>=0.4.0,<0.13.0", |
| 17 |
+ "prometheus_client>=0.4.0", |
| 18 |
# we use `order`, which arrived in attrs 19.2.0. |
| 19 |
# Note: 21.1.0 broke `/sync`, see #9936 |
| 20 |
"attrs>=19.2.0,!=21.1.0", |
| 21 |
@@ -87,7 +87,7 @@ REQUIREMENTS = [ |
| 13 |
"typing-extensions>=3.7.4", |
22 |
"typing-extensions>=3.7.4", |
| 14 |
# We enforce that we have a `cryptography` version that bundles an `openssl` |
23 |
# We enforce that we have a `cryptography` version that bundles an `openssl` |
| 15 |
# with the latest security patches. |
24 |
# with the latest security patches. |
| 16 |
- "cryptography>=3.4.7", |
25 |
- "cryptography>=3.4.7", |
| 17 |
+ "cryptography", |
26 |
+ "cryptography", |
| 18 |
"ijson>=3.1", |
27 |
"ijson>=3.1", |
|
|
28 |
"matrix-common==1.0.0", |
| 19 |
] |
29 |
] |
| 20 |
|
|
|