Introduce a TypedMapping (analog to TypedDict but frozen)

There was some discussion about how to type frozendict here:

I’m somewhat optimistic that frozendict can be provided as a backport pypi package to older Python version, so this will hopefully also help you.

1 Like