Skip to content
Snippets Groups Projects
Commit c92717c6 authored by Drew DeVault's avatar Drew DeVault Committed by Leo
Browse files

community/py3-prometheus-client: upgrade to 0.9.0

parent 2aa83dde
No related branches found
No related tags found
1 merge request!14692community/py3-prometheus-client: upgrade to 0.9.0
Loading
  • Developer

    FWIW this broke synapse, @Leo @ddevault :

    python3 -m synapse.app.homeserver --config-path=/etc/synapse/homeserver.yaml
    ERROR:root:Needed prometheus_client>=0.4.0,<0.9.0, got prometheus-client==0.9.0
    Missing Requirements: 'prometheus_client>=0.4.0,<0.9.0'
    To install run:
        pip install --upgrade --force 'prometheus_client>=0.4.0,<0.9.0'
  • Author Guest

    Upstream thread:

    https://github.com/matrix-org/synapse/issues/8766

    @Leo is the synapse maintainer, should be addressed on that end.

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