dash
dash copied to clipboard
Remove werkzeug upperbound
werkzeug>=3.1 is compatible within the set flask boundaries. Removing the boundaries for werkzeug would allow for more flexible installations on deployed apps without triggering vulnerabilities.
We've had a few issues in the past with backwards incompatibilities in werkzeug causing issues in Dash (https://github.com/plotly/dash/issues/1992) which led to the pin.
Could you open a ticket requesting that we release the upper bound for discussion? Want to make sure we get this right if we decide to change the dependency on werkzeug.
should be fixed in Dash 3.1.0 - thanks