Skip to content

4.14.1

Latest
Compare
Choose a tag to compare
@JelleZijlstra JelleZijlstra released this 04 Jul 13:27
· 7 commits to main since this release
42027ab

Release 4.14.1 (July 4, 2025)

  • Fix usage of typing_extensions.TypedDict nested inside other types
    (e.g., typing.Type[typing_extensions.TypedDict]). This is not allowed by the
    type system but worked on older versions, so we maintain support.