You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/26 19:07:35 UTC

[GitHub] [airflow] ashb opened a new pull request #15038: Update botocore dep

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:
users@infra.apache.org



[GitHub] [airflow] ashb commented on pull request #15038: Update botocore dep

Posted by GitBox <gi...@apache.org>.
ashb commented on pull request #15038:
URL: https://github.com/apache/airflow/pull/15038#issuecomment-808451658


   /cc @uranusjr 


-- 
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:
users@infra.apache.org



[GitHub] [airflow] github-actions[bot] commented on pull request #15038: Update botocore dep

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #15038:
URL: https://github.com/apache/airflow/pull/15038#issuecomment-808452855


   The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest master at your convenience, or amend the last commit of the PR, and push it with --force-with-lease.


-- 
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:
users@infra.apache.org



[GitHub] [airflow] ashb closed pull request #15038: Update botocore dep

Posted by GitBox <gi...@apache.org>.
ashb closed pull request #15038:
URL: https://github.com/apache/airflow/pull/15038


   


-- 
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:
users@infra.apache.org



[GitHub] [airflow] ashb commented on pull request #15038: Update botocore dep

Posted by GitBox <gi...@apache.org>.
ashb commented on pull request #15038:
URL: https://github.com/apache/airflow/pull/15038#issuecomment-809234997


   Superseeded/replaced by #15048 


-- 
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:
users@infra.apache.org