ashb opened a new pull request #15038:
URL: https://github.com/apache/airflow/pull/15038


   On installing a new package, the boto3 and botocore deps conflicted:
   
   ```
   boto3 1.17.38 has requirement botocore<1.21.0,>=1.20.38, but you have 
botocore 1.18.18.
   ```
   
   Noticed here 
https://github.com/apache/airflow/runs/2204050994?check_suite_focus=true#step:10:8316
 when updating an unrelated dep.
   
   This loosens the dep requirement to fix allow the right versions here.
   
   It maybe time to try with pip 21.0.1 and see if it fixes this, and how
   long it would take to resolve our huge dep tree.
   
   


-- 
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]


Reply via email to