potiuk edited a comment on pull request #17939: URL: https://github.com/apache/airflow/pull/17939#issuecomment-909114864
This was the root cause of the problems like https://github.com/apache/airflow/pull/17935/checks?check_run_id=3471093531#step:10:5138 which happened recently from time to time. The problem was that successful build in main could actually "Downgrade" the constraints in some cases where cached image contained still celery 4.7. This one should fix it - all the "main" (push/schedule) builds will use the "eager upgrade" and the generated constraints will never be downgraded to the last cache. -- 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]
