potiuk commented on PR #33598: URL: https://github.com/apache/airflow/pull/33598#issuecomment-1689525182
Also one more good tihng about bumping the dependency like that. When you have too many versions to consider, `pip` might have hard ttime to resolve what is the best set of dependencies - this is what happened with (extreme case) > 300 versions of botocore + related packages we had, which caused `pip` to backtrack - https://github.com/apache/airflow/pull/33649. - so by bumping them, we make airflow installation work faster (and possibly eventually avoid backtracking). -- 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]
