4.12.1
- Preliminary changes for compatibility with the draft implementation
of PEP 649 in Python 3.14. Patch by Jelle Zijlstra. - Fix regression in v4.12.0 where nested
Annotated
types would cause
TypeError
to be raised if the nestedAnnotated
type had unhashable
metadata. Patch by Alex Waygood.