You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last night, Werkzeug released a new major version (from 0.16.1 to 1.0.0). Flask has declared this dependency as Werkzeug>=0.15. When building a new instance of the project, Flask downloads the last version of Werkzeug that breaks it's integration. So, Redash get's broken too. The use of Werkzeug that Redash does should be updated too.
Issue Summary
Last night, Werkzeug released a new major version (from 0.16.1 to 1.0.0). Flask has declared this dependency as
Werkzeug>=0.15
. When building a new instance of the project, Flask downloads the last version of Werkzeug that breaks it's integration. So, Redash get's broken too. The use of Werkzeug that Redash does should be updated too.Steps to Reproduce
docker-compose up --build
Technical details:
The text was updated successfully, but these errors were encountered: