Lines 1-9
Link Here
|
1 |
--- synapse/python_dependencies.py.orig 2020-10-15 15:59:57 UTC |
1 |
--- synapse/python_dependencies.py.orig 2020-11-18 13:34:04 UTC |
2 |
+++ synapse/python_dependencies.py |
2 |
+++ synapse/python_dependencies.py |
3 |
@@ -72,7 +72,7 @@ REQUIREMENTS = [ |
3 |
@@ -76,7 +76,7 @@ REQUIREMENTS = [ |
4 |
# prom-client has a history of breaking backwards compatibility between |
4 |
# Note that we replicate these constraints in the Synapse Dockerfile while |
5 |
# minor versions (https://github.com/prometheus/client_python/issues/317), |
5 |
# pre-installing dependencies. If these constraints are updated here, the |
6 |
# so we also pin the minor version. |
6 |
# same change should be made in the Dockerfile. |
7 |
- "prometheus_client>=0.4.0,<0.9.0", |
7 |
- "prometheus_client>=0.4.0,<0.9.0", |
8 |
+ "prometheus_client>=0.4.0", |
8 |
+ "prometheus_client>=0.4.0", |
9 |
# we use attr.validators.deep_iterable, which arrived in 19.1.0 (Note: |
9 |
# we use attr.validators.deep_iterable, which arrived in 19.1.0 (Note: |