Skip to content

[BUG] dash requires old version of werkzeug #2673

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
GavinB-hpe opened this issue Oct 26, 2023 · 1 comment
Closed

[BUG] dash requires old version of werkzeug #2673

GavinB-hpe opened this issue Oct 26, 2023 · 1 comment

Comments

@GavinB-hpe
Copy link

Describe your context

Trying to deal with a security issue reported in werkzeug - fix is in 3.0.1. However recent versions of dash seems to require an old version of werkzeug

Describe the bug

Recent security fix in werkzeug 3.0.1, but :

pip install fails with :

The conflict is caused by:
    The user requested werkzeug>=3.0.1
    dash 2.14.0 depends on Werkzeug<2.3.0

There is a 2.3.7 release, but that doesn't work either.

The conflict is caused by:
    The user requested werkzeug>=2.3.0
    dash 2.14.0 depends on Werkzeug<2.3.0

Last update of werkzeug 2.2.x was in February.

Oddly, if I fix werkzeug==3.0.1, dash 2.9.3 gets installed - but that is pretty old.

Expected behavior

Dash should work with recent werkzeug release branches

@alexcjohnson
Copy link
Collaborator

Closed by #2674 and released in Dash v2.14.1. For full context on our decision around Flask/Werkzeug versioning, see https://community.plotly.com/t/dash-is-planning-to-lock-flask-werkzeug-versions/74829/22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants