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
I would expect this to serialize with the OPT_NON_STR_KEYS and OPT_SERIALIZE_NUMPY options:
orjson.dumps({np.int64(1): 4}, option=orjson.OPT_NON_STR_KEYS | orjson.OPT_SERIALIZE_NUMPY)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: Dict key must a type serializable with OPT_NON_STR_KEYS