diff options
author | Erik Johnston <erik@matrix.org> | 2020-11-18 12:13:38 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-11-18 12:13:38 +0000 |
commit | b690542a34cc51b1f6ed186f9cb89668ef21a1f3 (patch) | |
tree | 04f74d785902960b4df660b76e2fef69dab3db4e /synapse/python_dependencies.py | |
parent | Merge pull request #8761 from matrix-org/rav/test_request_rendering (diff) | |
parent | Update changelog (diff) | |
download | synapse-b690542a34cc51b1f6ed186f9cb89668ef21a1f3.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r-- | synapse/python_dependencies.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index 0ddead8a0f..aab77fc453 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -72,6 +72,10 @@ REQUIREMENTS = [ # prom-client has a history of breaking backwards compatibility between # minor versions (https://github.com/prometheus/client_python/issues/317), # so we also pin the minor version. + # + # Note that we replicate these constraints in the Synapse Dockerfile while + # pre-installing dependencies. If these constraints are updated here, the + # same change should be made in the Dockerfile. "prometheus_client>=0.4.0,<0.9.0", # we use attr.validators.deep_iterable, which arrived in 19.1.0 (Note: # Fedora 31 only has 19.1, so if we want to upgrade we should wait until 33 |