kaxil opened a new pull request, #62753: URL: https://github.com/apache/airflow/pull/62753
The common.ai provider unconditionally imports from `common.compat` (`BaseHook`, `BaseOperator`, `DecoratedOperator`, `TaskDecorator`) and `standard` (`BranchMixIn`) in its core modules, but both were listed as optional extras. Anyone installing `apache-airflow-providers-common-ai` without the extras gets `ImportError` on any operator/hook usage. This moves both to hard dependencies and removes the now-unnecessary optional extras. --- ##### Was generative AI tooling used to co-author this PR? - [ ] Yes -- 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]
