uranusjr commented on pull request #15611: URL: https://github.com/apache/airflow/pull/15611#issuecomment-830125125
That's when the constraints files is useful 🙂 Python packaging encourages the "compatible unless proven guilty" approach since it's much easier for the user to add extra constraints if gunicorn 22 proves incompatible, but it's much more difficult to remove `gunicorn<22` if it causes unnecessarily conflicts. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
