File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,6 @@ END_UNRELEASED_TEMPLATE
5959 ` # gazelle:experimental_allow_relative_imports ` true directive ({gh-issue}` 2203 ` ).
6060* (gazelle) Types for exposed members of ` python.ParserOutput ` are now all public.
6161
62- ### Added
63- * (gazelle) New directive ` gazelle:python_generate_pyi_deps ` ; when ` true ` ,
64- dependencies added to satisfy type-only imports (` if TYPE_CHECKING ` ) and type
65- stub packages are added to ` pyi_deps ` instead of ` deps ` .
66-
6762{#v0-0-0-fixed}
6863### Fixed
6964* (pypi) Fixes an issue where builds using a ` bazel vendor ` vendor directory
@@ -75,6 +70,9 @@ END_UNRELEASED_TEMPLATE
7570* (pypi) To configure the environment for ` requirements.txt ` evaluation, use the newly added
7671 developer preview of the ` pip.default ` tag class. Only ` rules_python ` and root modules can use
7772 this feature. You can also configure custom ` config_settings ` using ` pip.default ` .
73+ * (gazelle) New directive ` gazelle:python_generate_pyi_deps ` ; when ` true ` ,
74+ dependencies added to satisfy type-only imports (` if TYPE_CHECKING ` ) and type
75+ stub packages are added to ` pyi_deps ` instead of ` deps ` .
7876
7977{#v0-0-0-removed}
8078### Removed
You can’t perform that action at this time.
0 commit comments