Hello,
PEP 692 is posted. It proposes to use TypedDicts to type **kwargs that consist of different types. This feature has gained a lot of interest from the community (https://github.com/python/mypy/issues/4441). The PEP also proposes a grammar change and a new dunder __unpack__.
Here is the link to the PEP itself - https://peps.python.org/pep-0692/ And the discussion on discuss.python.org - https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs...
Please share your comments, thoughts and feedback!
Franek