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
Thanks for reporting it, and sorry for the slow response
I'll look into it! Unfortunately, fixing it isn't that simple: it works alright, but it defeats the purpose of having different backends and serialization formats (some have a special representation for e.g. UUID)
Looks like
TypeAdapter.dump_python()
miss one critical argument -mode="json"
, as result not all objects are properly serialisedSTR:
Actual result
It crashes
So the problem is here, it should be
.dump_python(..., mode="json")
The text was updated successfully, but these errors were encountered: