potiuk commented on pull request #12511:
URL: https://github.com/apache/airflow/pull/12511#issuecomment-733188066


   I am fixing some of those in a moment. It is rather easy to do manually. 
   
   What I tried to do is to run those in Breeze:
   
   ```
   pip install --upgrade snowflake
   pip install --upgrade moto
   pip install --upgrade astroid 
   ```
   
   And after that:
   
   ```
   pip check
   No broken requirements found.
   ```
   
   seems tht simply downgrading request to 2.23.0 and docutils to 0.15.2 should 
fix the problem for requests (but there will still be problems for azure that 
needs fixing. 
   
   The problem comes from snowflake's adding the limitation after we upgraded 
to 2.24.0 it seems. But now, with the latest version of snowflake request will 
not be upgraded. then we can move on to the others. 
   
   
   


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