mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
An implicit coercion from an untyped dict to the TypedDict was hiding
a type error: CapturedQuery.sql was really str, not bytes. We should
always prefer dataclass over TypedDict to prevent such errors.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 92db6eba78)
27 KiB
27 KiB