Paul Bramhall created AIRFLOW-4246:
--------------------------------------
Summary: 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
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)