0.0.12
Release Notes
Released on 2026-01-14.
Bug fixes
- Avoid panic that could occur when
casting an object to a TypedDict or union of TypedDicts (#22509) - Fix incorrect narrowing for
if type(x) == y(#22531) - Fix stack overflow with recursive type aliases containing tuple types (#22543)
functools.total_ordering: ensure the signatures of generated methods reflect the signature of the user-provided method ()