You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.