0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-05 17:35:28 +02:00
synapse/changelog.d/12389.misc
Richard van der Hoff ae01a7edd3
Update type annotations for compatiblity with prometheus_client 0.14 (#12389)
Principally, `prometheus_client.REGISTRY.register` now requires its argument to
extend `prometheus_client.Collector`.

Additionally, `Gauge.set` is now annotated so that passing `Optional[int]`
causes an error.
2022-04-06 12:59:04 +00:00

1 line
70 B
Text

Update type annotations for compatiblity with prometheus_client 0.14.