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
fileCreatedAt and fileModifiedAt have wrong types because json cannot encode datetime objects out of the box
Actual Behavior
Invalid type datetime for attribute 'fileCreatedAt' value. Expected one of ['bool', 'str', 'bytes', 'int', 'float'] or a sequence of those types
Invalid type datetime for attribute 'fileModifiedAt' value. Expected one of ['bool', 'str', 'bytes', 'int', 'float'] or a sequence of those types
Steps to Reproduce
Debug Logs
-
Other
No response
The text was updated successfully, but these errors were encountered:
Expected Behavior
fileCreatedAt and fileModifiedAt have wrong types because
json
cannot encodedatetime
objects out of the boxActual Behavior
Steps to Reproduce
Debug Logs
-
Other
No response
The text was updated successfully, but these errors were encountered: