Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
"common.io",
"common.sql",
"fab>=1.0.2",
"ftp",
"http",
"imap",
"smtp",
"sqlite",
"standard",
Expand Down
25 changes: 25 additions & 0 deletions newsfragments/47927.significant.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Pre-installed providers are minimized per default with Airflow 3.0.

Before Airflow 3.0 a set of providers were always pre-installed. We removed the pre-install of ftp, http and imap as they are not needed for all cases.

The following providers are pre-installed by default:

* common.compat
* common.io
* common.sql
* fab>=1.0.2
* smtp
* sqlite
* standard


* Types of change

* [ ] Dag changes
* [ ] Config changes
* [ ] API changes
* [ ] CLI changes
* [ ] Behaviour changes
* [ ] Plugin changes
* [x] Dependency changes
* [ ] Code interface changes