Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 328 Bytes

41394.significant.rst

File metadata and controls

6 lines (5 loc) · 328 Bytes

Breaking Change

The airflow.models.taskMixin.TaskMixin class has been removed. It was previously deprecated in favor of the airflow.models.taskMixin.DependencyMixin class. If your code relies on TaskMixin, please update it to use DependencyMixin instead to ensure compatibility with Airflow 3.0 and beyond.