You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I started working on this but I'm not sure I'm happy with the runtime behavior proposed in the current version of the PEP, and there was some more talk on Discuss about possible alternative spellings. I'll look at it again when I find some time.
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.The text was updated successfully, but these errors were encountered: