- Support passing multiple paths to
no_implicit_optional
- Add
--use-union-or
to use PEP 604X | None
syntax - Treat
T
as a possible alias for thetyping
module
- Restore compatibility with Python 3.8 and older
- Added correct handling of
typing.Annotated
- Bump version in
setup.py
- Update
CHANGELOG.md
rm -rf build dist
python -m build
twine upload dist/*