Nathaniel Ritholtz created AIRFLOW-4962:
-------------------------------------------
Summary: Fix Werkzeug v0.15 deprecation notice for
DispatcherMiddleware import
Key: AIRFLOW-4962
URL: https://issues.apache.org/jira/browse/AIRFLOW-4962
Project: Apache Airflow
Issue Type: Bug
Components: webserver
Affects Versions: 1.10.3
Reporter: Nathaniel Ritholtz
Assignee: Nathaniel Ritholtz
In 1.10.4rc3 tag, after werkzeug upgrade
{code}
/usr/local/lib/python3.6/site-packages/airflow/www_rbac/app.py:231:
DeprecationWarning: 'werkzeug.wsgi.DispatcherMiddleware' has moved to
'werkzeug.middleware.dispatcher.DispatcherMiddleware'. This import is
deprecated as of version 0.15 and will be removed in version 1.0.
{code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)