_Maintenance only, no bug fixes or features_
Breaking changes
- **Python 3.7 Dropped**
Python 3.7 support has been dropped (272)
Its end-of-life is June 27th, 2023 and Python 3.8 will add support for
{mod}`typing`'s {class}`typing.TypedDict` and {class}`typing.Protocol` out of the box without needing
{mod}`typing_extensions`'s.
Internal improvements
- Typings:
- Import {mod}`typing` as a namespace, e.g. `import typing as t` (276)
- Use `typing` for {class}`typing.TypedDict` and {class}`typing.Literal` (276)
- Use typing_extensions' {py:data}`TypeAlias` for repeated types, such in test_expansions (276)