TypeError: Type is not JSON serializable: datetime.time #696
Labels
needs: feedback
An issue that needs feedback
triage
An issue that needs to be triaged by a maintainer
Reproduce: Try to send a
datetime.time
object to CrateDB.With the new orjson we pass datetime objects to our custom json_encoder,
datetime.time
is not handled.The text was updated successfully, but these errors were encountered: