Skip to content
Snippets Groups Projects
Unverified Commit 4e118742 authored by Oliver Kurz's avatar Oliver Kurz Committed by GitHub
Browse files

Allow to use higher versions of prometheus_client (#7780)

Fixes https://github.com/matrix-org/synapse/issues/7641

The package was pinned to <0.8.0 without an obvious reasoning with
7ad1d763
in https://github.com/matrix-org/synapse/pull/5636


while the version selection looks to just try to exclude an arbitrary
next minor version number that might introduce API breaking changes.
Selecting the next minor number might be a good conservative selection.

Downstream distributions already reported success patching out the version
requirements.

This also fixes the integration of upgraded packages into openSUSE packages,
e.g. for openSUSE Tumbleweed which already ships prometheus_client >= 0.8 .

Signed-off-by: default avatarOliver Kurz <okurz@suse.de>

Co-authored-by: default avatarRichard van der Hoff <1389908+richvdh@users.noreply.github.com>
parent 62b1ce85
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment