This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v2-9-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 048518fd45437238511a1fc205d5e5a3774cdcbb
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Wed Apr 3 22:20:14 2024 +0200

    Remove FAB provider from "chicken-egg" providers. (#38698)
---
 airflow_pre_installed_providers.txt               | 2 +-
 dev/breeze/src/airflow_breeze/global_constants.py | 6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/airflow_pre_installed_providers.txt 
b/airflow_pre_installed_providers.txt
index 8ea073266a..e717ea696e 100644
--- a/airflow_pre_installed_providers.txt
+++ b/airflow_pre_installed_providers.txt
@@ -1,7 +1,7 @@
 # List of all the providers that are pre-installed when you run `pip install 
apache-airflow` without extras
 common.io
 common.sql
-fab>=1.0.2dev1
+fab>=1.0.2rc1
 ftp
 http
 imap
diff --git a/dev/breeze/src/airflow_breeze/global_constants.py 
b/dev/breeze/src/airflow_breeze/global_constants.py
index 745913e038..ef04c90efe 100644
--- a/dev/breeze/src/airflow_breeze/global_constants.py
+++ b/dev/breeze/src/airflow_breeze/global_constants.py
@@ -455,11 +455,7 @@ DEFAULT_EXTRAS = [
     # END OF EXTRAS LIST UPDATED BY PRE COMMIT
 ]
 
-CHICKEN_EGG_PROVIDERS = " ".join(
-    [
-        "fab",
-    ]
-)
+CHICKEN_EGG_PROVIDERS = " ".join([])
 
 
 def _exclusion(providers: Iterable[str]) -> str:

Reply via email to