forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bring back
all-core
extra to editable extras of airflow (apache#4…
…7441) The change apache#47281 introduced ``devel-common`` and simplified hatch_build.py with removal of unneeded bundle extras, but it removed ``all-core`` extra that was actually used in constraint generation. This is a follow-up for it, fixing the problem and restoring ``all-core`` - also it synchronizes documentation and adds newsfragment describing the removal and explaining how users who used ``all`` extra before (for example in their ``CI``) with ``uv pip install --all-extras``.
- Loading branch information
Showing
4 changed files
with
43 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
There are no more production bundle or devel extras | ||
|
||
There are no more production ``all*`` or ``devel*`` bundle extras available in ``wheel`` package of airflow. | ||
If you want to install airflow with all extras you can use ``uv pip install --all-extras`` command. | ||
|
||
* Types of change | ||
|
||
* [ ] Dag changes | ||
* [ ] Config changes | ||
* [ ] API changes | ||
* [ ] CLI changes | ||
* [ ] Behaviour changes | ||
* [ ] Plugin changes | ||
* [x] Dependency changes | ||
* [ ] Code interface changes |