potiuk edited a comment on pull request #12636: URL: https://github.com/apache/airflow/pull/12636#issuecomment-734812786
> This is ready for review / merge right? Or are you waiting on something @potiuk ? I am looking at the result of it now and try to figure out the final version of it. I still see that even if we remove/reinstall the packages, pip will - for example install request == 2.25.1 even if we explicitly stated `requests< 2.24.0`. The ``eager`` update will simply break the pip check now, I have to figure out how to prevent this. I already figured out good set of constraints for Py3.6 and I now have to get it also for 3.7 and 3.8. Also - I temporarily switched to`constraints-pipcheck` branch and once we merge it and update the master constraints to match I will have to reverse it. So few more steps are needed. ---------------------------------------------------------------- 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]
