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
The _clean_for_json function (called when using the publish method) only handles built-in Python types (int, float, etc.). This function should be updated to avoid a TypeError when using additional (common) data types (e.g., numpy.int64).