crate-python icon indicating copy to clipboard operation
crate-python copied to clipboard

TypeError: Type is not JSON serializable: datetime.time

Open surister opened this issue 10 months ago • 2 comments

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.

surister avatar Feb 10 '25 12:02 surister