mirror of
https://github.com/vinta/awesome-python.git
synced 2026-07-16 11:04:34 -05:00
Cache-write shape mismatches the TypedDict and callers mix .get() and direct access, so the stricter type was providing false safety. Using dict[str, dict] accurately reflects the actual runtime contract. Co-Authored-By: Claude <noreply@anthropic.com>