potiuk commented on PR #26122: URL: https://github.com/apache/airflow/pull/26122#issuecomment-1235641216
Looks good. I think some of the recent changes (@kaxil @uranusjr @ashb) where we had to bump recently will be "auto-healing": This should avoid failures in cases like caatrs https://github.com/apache/airflow/commit/01a5d8fe93a48883f4ae0d6ab65eeb82a30a09b9 or FAB https://github.com/apache/airflow/commit/01a5d8fe93a48883f4ae0d6ab65eeb82a30a09b9 where we have different version in constraints and different in requirements for a while. This change effectivly disables constraints for PRs if building CI image fails and relies on `pip` finding the right set of dependencies until the constraints will get refreshed (and then it will automatically switch back to using constraints). -- 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]
