ranamit112 commented on issue #13045: URL: https://github.com/apache/airflow/issues/13045#issuecomment-744552467
While I don't doubt that there are several problems with pip 20.3, as you documented in the attached issues, I don't think this one falls under then. The constraints file for 1.10.7 is plainly and simply wrong, which is not surprising since it was created for 1.10.10. As I wrote above it includes a constraint for `future==0.18.2` while the setup.py for that version includes the requirement for `future>=0.16.0, <0.17`, so any good resolver would indicate that there is a mismatch. ---------------------------------------------------------------- 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]
