This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 23505f246140e507845f92d98a5ace20dcb60e4b Author: Jarek Potiuk <[email protected]> AuthorDate: Wed Apr 16 20:11:47 2025 +0200 Remove common.messaging from chicken-egg-providers (#49369) (cherry picked from commit d92fc06d21ef66958d3c7041fd33b48b3963c60c) --- dev/breeze/src/airflow_breeze/global_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/breeze/src/airflow_breeze/global_constants.py b/dev/breeze/src/airflow_breeze/global_constants.py index ccb56e1a11b..18084867964 100644 --- a/dev/breeze/src/airflow_breeze/global_constants.py +++ b/dev/breeze/src/airflow_breeze/global_constants.py @@ -635,7 +635,7 @@ DEFAULT_EXTRAS = [ # END OF EXTRAS LIST UPDATED BY PRE COMMIT ] -CHICKEN_EGG_PROVIDERS = " ".join(["git", "common.messaging", "fab", "standard", "openlineage"]) +CHICKEN_EGG_PROVIDERS = " ".join(["git", "fab", "standard", "openlineage"]) PROVIDERS_COMPATIBILITY_TESTS_MATRIX: list[dict[str, str | list[str]]] = [
