You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/05/20 19:00:43 UTC

[GitHub] [incubator-superset] john-bodley commented on a change in pull request #7557: Pinning werkzeug to 0.14.1 / Restoring Talisman defaults

john-bodley commented on a change in pull request #7557: Pinning werkzeug to 0.14.1 / Restoring Talisman defaults
URL: https://github.com/apache/incubator-superset/pull/7557#discussion_r285727614
 
 

 ##########
 File path: setup.py
 ##########
 @@ -105,6 +105,9 @@ def get_git_sha():
         'sqlalchemy-utils',
         'sqlparse',
         'unicodecsv',
+        # Pinning werkzeug due to problems encountered with
+        # new config options added in 0.15.x
+        'werkzeug<0.15.0',
 
 Review comment:
   @craig-rueda maybe it's worthwhile raising an issue in Flask. In seems in their (CHANGES](https://github.com/pallets/flask/blob/master/CHANGES.rst) in `mater` they've bumped the minimum Werkzeug version to >= 0.15 but maybe need to restrict existing Flask versions to `<0.15.0`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org