crate-python
crate-python copied to clipboard
TypeError: Type is not JSON serializable: datetime.time
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.