When my pandas dataframes end up with numpy.int64 integers, it causes this error:
/msgspec_hooks.py", line 164, in encode_json
raise SerializationException(str(msgspec_error)) from msgspec_error
litestar.exceptions.base_exceptions.SerializationException: Unsupported type: <class 'numpy.int64'>
I saw a related issue was fixed in 2023:
https://github.com/litestar-org/litestar/issues/1544
I'm not sure if the numpy.int64 is expected to work, so just wanted to ask here first, happy to help turn this into an issue if needed.