Closed
Description
We could make use of TypedDict in several places, for instance as return value of to_kwargs
and introspection_from_schema
.
Unfortunately, this needs Python 3.8, but we are currently supporting Python 3.6. However, it should be possible to add typing_extensions
as additional dependency for Python 3.6 and 3.7 to support TypedDict for these Python versions as well.