[ 
https://issues.apache.org/jira/browse/AIRFLOW-4246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16810988#comment-16810988
 ] 

ASF GitHub Bot commented on AIRFLOW-4246:
-----------------------------------------

ashb commented on pull request #5045: [AIRFLOW-4246] RBAC Flask-OAuthlib breaks 
due to dependencies
URL: https://github.com/apache/airflow/pull/5045
 
 
   
 
----------------------------------------------------------------
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]


> Flask-OAuthlib has breaking changes in dependencies.
> ----------------------------------------------------
>
>                 Key: AIRFLOW-4246
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4246
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: dependencies
>    Affects Versions: 1.10.2
>            Reporter: Paul Bramhall
>            Priority: Major
>              Labels: build
>
> When specifying either 'google_auth' or 'github_enterprise' as a requirement 
> when building airflow, this pulls in a pinned version of the following 
> package:
> Flask-OAuthlib>=0.9.1
> However, downstream dependencies have since been updated, which causes 
> breaking changes to this version of Flask-OAuthlib:
> [https://github.com/lepture/flask-oauthlib/issues/390]
> Specifically, we need to also lock the following packages when installing 
> this dependency:
> oauthlib!=2.0.3,!=2.0.4,!=2.0.5,<3.0.0,>=1.1.2
> requests-oauthlib==1.1.0



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to