2.17.7 - 2024-11-24
Fixed
- Moved away from using
typing.runtime_checkableas this is unreliable in
newer Python versions. - [tanjun.parsing][] now consistently supports both the
typingand
typing_extensionsimplementations of [typing.Unpack][] and [typing.TypedDict].
Removed
- Support for Python 3.9 and 3.10.