Skip to content

HyP3 Event Monitoring v0.1.4

Latest

Choose a tag to compare

@tools-bot tools-bot released this 23 Jan 00:20
6a79ad2

Added

Fixed

  • Decimal values in our API responses have been incorrectly serialized as strings rather than numbers since at least v0.1.0, which broke our custom JSON encoder by pinning to flask==3.0.3 (flask was previously unpinned). The json_encoder app attribute was removed in Flask v2.3.0. This release fixes this issue by subclassing flask.json.provider.JSONProvider. Also see pallets/flask#4692 and HyP3 v9.0.0.