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
Because of the snippet on line 964, & since native datetime objects don't have a to_dict method associated with them, the protobuf serialization fails. Need to apply the same if isinstance(value, datetime): chaining logic as before to avoid bugs