diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-04-06 13:59:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 12:59:04 +0000 |
commit | ae01a7edd32c8a4650700294c50a37385fa07984 (patch) | |
tree | dadb535ee33aad957b0fb6625026c42df5a1aa77 /changelog.d | |
parent | Generate historic pagination token for `/messages` when no `?from` token prov... (diff) | |
download | synapse-ae01a7edd32c8a4650700294c50a37385fa07984.tar.xz |
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.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12389.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12389.misc b/changelog.d/12389.misc new file mode 100644 index 0000000000..00e3a5d758 --- /dev/null +++ b/changelog.d/12389.misc @@ -0,0 +1 @@ +Update type annotations for compatiblity with prometheus_client 0.14. |