Hello here, While working on backporting "pull_request_target" workflow to 2.10, I have found that 3.9.0 version of provider is pretty much completely broken on Airflow 2 - you can see those failures here:
https://github.com/apache/airflow/actions/runs/12731808997/job/35486973244?pr=45527 This has already been fixed in main in https://github.com/apache/airflow/pull/45255 (thanks Bugra) as response to this issue https://github.com/apache/airflow/issues/45364 - but 3.9.1 with the fix will be released in the next wave. Since We do not have Airflow 3 yet, and 3.9.0 just does not work on Airflow 2, yanking it is the best thing to do. J.