aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
blob: 9aa015c1bed65955dff4260c3723e6958f2f6dec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- synapse/python_dependencies.py.orig	2020-07-15 20:12:36 UTC
+++ synapse/python_dependencies.py
@@ -66,7 +66,7 @@ REQUIREMENTS = [
     "pymacaroons>=0.13.0",
     "msgpack>=0.5.2",
     "phonenumbers>=8.2.0",
-    "prometheus_client>=0.0.18,<0.9.0",
+    "prometheus_client>=0.0.18",
     # we use attr.validators.deep_iterable, which arrived in 19.1.0
     "attrs>=19.1.0",
     "netaddr>=0.7.18",