File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1+ 0.19.1 2025-06-20
2+ -----------------
3+
4+ * Fix bug in code for checking the order of imports in a
5+ ``TYPE_CHECKING `` block.
6+
7+ * Fix ``python_requires `` missing from 0.19.0 to allow folks using
8+ vulnerable and unmaintained versions of Python to continue running
9+ 0.18.x with pip selecting the correct version for them.
10+
11+ * Yank 0.19.0 from PyPI to avoid aforementioned users on older versions
12+ of Python accidentally receiving 0.19.0
13+
1140.19.0 2025-06-12
215-----------------
316
1730 will support the following variants:
1831
1932 * ``if TYPE_CHECKING: `` (where there was a prior ``from typing import
20- TYPE_CHECKING ``.
33+ TYPE_CHECKING ``) .
2134
2235 * ``if t.TYPE_CHECKING: `` (where there was a prior ``import typing as
23- t ``.
36+ t ``) .
2437
2538 * ``if typing.TYPE_CHECKING: ``
2639
Original file line number Diff line number Diff line change 1717)
1818__uri__ = "https://github.com/PyCQA/flake8-import-order"
1919
20- __version__ = "0.19.0 "
20+ __version__ = "0.19.1 "
2121
2222__author__ = "Alex Stapleton"
2323__email__ = "alexs@prol.etari.at"
You can’t perform that action at this time.
0 commit comments