This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push: new 73342f9b1cb GitHook no longer depends on SSHHook (#45711) 73342f9b1cb is described below commit 73342f9b1cb6ece036ed9dce8802e7c07280d10d Author: Jed Cunningham <66968678+jedcunning...@users.noreply.github.com> AuthorDate: Thu Jan 16 10:01:57 2025 -0700 GitHook no longer depends on SSHHook (#45711) --- airflow/dag_processing/bundles/provider.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/airflow/dag_processing/bundles/provider.yaml b/airflow/dag_processing/bundles/provider.yaml index 9ca5d1479f2..526dc0628a8 100644 --- a/airflow/dag_processing/bundles/provider.yaml +++ b/airflow/dag_processing/bundles/provider.yaml @@ -27,9 +27,6 @@ source-date-epoch: 1726861127 versions: - 1.0.0 -dependencies: - - apache-airflow-providers-ssh - integrations: - integration-name: GIT (Git)