[
https://issues.apache.org/jira/browse/AIRFLOW-4246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16811003#comment-16811003
]
ASF subversion and git services commented on AIRFLOW-4246:
----------------------------------------------------------
Commit b24489f75c6eb86ea6186a3483ee09f2fb3926a1 in airflow's branch
refs/heads/v1-10-stable from Paul Bramhall
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=b24489f ]
[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)