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
So it's time for a new release soon. My one hesitation is that I'd like TypedMapping from PEP 705 to go in, but there's no implementation for that yet.
The text was updated successfully, but these errors were encountered:
I looked into TypedMapping a bit and it doesn't seem trivial to add, since the PEP makes some promises around multiple inheritance that look difficult to fulfill at runtime. I'll proceed without it, and it can go into the next release.
We've had quite a number of changes since 4.5.0 was released in February: https://github.com/python/typing_extensions/compare/4.5.0..main
So it's time for a new release soon. My one hesitation is that I'd like
TypedMapping
from PEP 705 to go in, but there's no implementation for that yet.The text was updated successfully, but these errors were encountered: