schizophrenicmaniac opened a new pull request, #73565: URL: https://github.com/apache/airflow/pull/73565
`pip install apache-airflow[fab]` installs the FAB provider without its `oauth` extra, causing `ModuleNotFoundError: No module named 'authlib'` when using `AUTH_TYPE = AUTH_OAUTH`. This adds the `fab-oauth` meta-package extra pointing to `apache-airflow-providers-fab[oauth]` and routes `github-enterprise` and `google-auth` through it. closes: #73544 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
