Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 385 Bytes

RELEASE.rst

File metadata and controls

7 lines (6 loc) · 385 Bytes

RELEASE_TYPE: patch

This patch fixes invalid annotations detected for the tests generated by :doc:`Ghostwritter <ghostwriter>`. It will now correctly generate Optional types with just one type argument and handle union expressions inside of type arguments correctly. Additionally, it now supports code with the from __future__ import annotations marker for Python 3.10 and newer.