Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TypedDict isn't compatible with Dict, but is with Mapping
Using Mapping allows us to give MessageDict object and such directly, without casting them as Dict. Related Mypy issue: python/mypy#4976
- Loading branch information