This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push: new 1ff69829b15 Git provider is marked as chicken-egg provider (#49080) 1ff69829b15 is described below commit 1ff69829b153aeab1b4af1c5caad6fc9c31f9273 Author: Jarek Potiuk <ja...@potiuk.com> AuthorDate: Thu Apr 10 13:32:09 2025 -0400 Git provider is marked as chicken-egg provider (#49080) The Git Provider is now ready so it has to be marked as the chicken-egg provider since it expects airflow 3.0.0 as base version (cherry picked from commit ad2cd9eeafe2d21b6b88d71c554ff41aa51ff4f6) --- dev/breeze/src/airflow_breeze/global_constants.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev/breeze/src/airflow_breeze/global_constants.py b/dev/breeze/src/airflow_breeze/global_constants.py index 48f2e99a7ac..604db18123c 100644 --- a/dev/breeze/src/airflow_breeze/global_constants.py +++ b/dev/breeze/src/airflow_breeze/global_constants.py @@ -627,13 +627,7 @@ DEFAULT_EXTRAS = [ # END OF EXTRAS LIST UPDATED BY PRE COMMIT ] -CHICKEN_EGG_PROVIDERS = " ".join( - [ - "common.messaging", - "fab", - "openlineage", - ] -) +CHICKEN_EGG_PROVIDERS = " ".join(["common.messaging", "fab", "openlineage", "git"]) PROVIDERS_COMPATIBILITY_TESTS_MATRIX: list[dict[str, str | list[str]]] = [