Cap the version of prometheus_client to <v0.9.0 in the dockerfile (#8767)

Short-term fix for https://github.com/matrix-org/synapse/issues/8766.
This commit is contained in:
Andrew Morgan 2020-11-17 16:01:33 +00:00 committed by GitHub
parent 34226ec761
commit c087f68053
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions

View file

@ -36,7 +36,8 @@ RUN pip install --prefix="/install" --no-warn-script-location \
frozendict \
jaeger-client \
opentracing \
prometheus-client \
# Match the version constraints of Synapse
"prometheus_client>=0.4.0,<0.9.0" \
psycopg2 \
pycparser \
pyrsistent \