mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-14 03:38:42 +00:00
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.
1 line
70 B
Text
1 line
70 B
Text
Update type annotations for compatiblity with prometheus_client 0.14.
|