Skip to content

4.12.1

Compare
Choose a tag to compare
@JelleZijlstra JelleZijlstra released this 01 Jun 17:27
· 7 commits to main since this release
7269638
  • 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 nested Annotated type had unhashable
    metadata. Patch by Alex Waygood.