typing_extensions 4.10 added support for PEP-728. However, the PEP was updated last month to change how it is being implemented. Instead of the __extra_items__ class attribute, it now is using the extra_items class parameter. It would be good to make the corresponding change in typing_extensions, to match the updated PEP-728.
typing_extensions
4.10 added support for PEP-728. However, the PEP was updated last month to change how it is being implemented. Instead of the__extra_items__
class attribute, it now is using theextra_items
class parameter. It would be good to make the corresponding change intyping_extensions
, to match the updated PEP-728.