[
https://issues.apache.org/jira/browse/AIRFLOW-4962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16888620#comment-16888620
]
ASF subversion and git services commented on AIRFLOW-4962:
----------------------------------------------------------
Commit e17bfc492e8e6a84b4942a7a9c09a13a694c939e in airflow's branch
refs/heads/v1-10-stable from Nathaniel Ritholtz
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=e17bfc4 ]
[AIRFLOW-4962] Fix Werkzeug v0.15 deprecation notice for DispatcherMiddleware
import (#5595)
(cherry picked from commit 0ae97601b5919efc41e936c6a4af70d8844dedb1)
> 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
> Priority: Minor
> Fix For: 1.10.5
>
>
> 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)