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
This causes problems for me since an unexpected int is appended to path, and dumping result as json will crash due to Integer exceeds 64-bit range. Would be great if result could rather be something like:
Would love support for UUID data type. Current situation:
This causes problems for me since an unexpected
int
is appended to path, and dumping result as json will crash due toInteger exceeds 64-bit range
. Would be great if result could rather be something like:I've added
exclude_types={UUID}
to work around my problems for now.Docs mentions support for custom objects, but I didn't find any examples
The text was updated successfully, but these errors were encountered: