Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use utils.json_iso_dttm_ser to dump jsons when async query execu…
…tion (#13830) * Use utils.json_iso_dttm_ser to dump jsons If encoding is not `None`, the default encoder `utils.json_iso_dttm_ser` is not used for binary data and instead tries to encode to the default 'utf-8'. This fixes #13829 * Change to comply with tox -m pre-commit
- Loading branch information