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 2020/06/01 09:56:16 UTC

[GitHub] [incubator-superset] Clockmaker commented on pull request #9786: chore: bump python dependencies

Clockmaker commented on pull request #9786:
URL: https://github.com/apache/incubator-superset/pull/9786#issuecomment-636751202


   Hi guys, updating to `werkzeug` `1.0.1`, seems to break the oauth because `SecurityManager` is using `flask-appbuilder` that relies on `flask-oauthlib` using the old werkzeug's imports:
   ````python
   from werkzeug import url_quote, url_decode, url_encode
   ````
   
   Right now, one workaround is to import `cachelib` and downgrading `werkzeug`.
   
   Am I missing something?
   I can also provide more logs if needed, but I should probably open a new issue, let me know. 
   


----------------------------------------------------------------
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



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