You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (JIRA)" <ji...@apache.org> on 2019/06/19 14:00:00 UTC

[jira] [Resolved] (AIRFLOW-4246) Flask-OAuthlib has breaking changes in dependencies.

     [ https://issues.apache.org/jira/browse/AIRFLOW-4246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ash Berlin-Taylor resolved AIRFLOW-4246.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.10.3

> 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
>             Fix For: 1.10.3
>
>
> 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)