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