[
https://issues.apache.org/jira/browse/AIRFLOW-4246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16810989#comment-16810989
]
ASF subversion and git services commented on AIRFLOW-4246:
----------------------------------------------------------
Commit 04ce1551a091c1436703d9b95d431e706c3bd93e in airflow's branch
refs/heads/master from Paul Bramhall
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=04ce155 ]
[AIRFLOW-4246] Flask-Oauthlib needs downstream dependencies pinning due to
breaking changes (#5045)
> 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)