6.5.7
6.5.7 - 2022-05-30
Added
- config: Added
advanced.decimal_precision
option to adjust decimal context precision.
Fixed
- database: Fixed
OperationalError
raised in some cases after callingbulk_create
. - database: Allow running project scripts and queries on SQLite.
- database: Don't cleanup model updates on every loop.
- http: Mark
asyncio.TimeoutError
exception as safe to retry.
Other
- http: Deserialize JSON responses with
orjson
.