Skip to content

4.11.0rc1

Compare
Choose a tag to compare
@JelleZijlstra JelleZijlstra released this 24 Mar 14:05
· 30 commits to main since this release
94bec44
  • Fix tests on Python 3.13.0a5. Patch by Jelle Zijlstra.
  • Fix the runtime behavior of type parameters with defaults (PEP 696).
    Patch by Nadir Chowdhury.
  • Fix minor discrepancy between error messages produced by typing
    and typing_extensions on Python 3.10. Patch by Jelle Zijlstra.
  • When include_extra=False, get_type_hints() now strips ReadOnly from the annotation.