plotly / dash

Data Apps & Dashboards for Python. No JavaScript Required.
https://plotly.com/dash
MIT License
21.53k stars 2.07k forks source link

dash 2.18.2 blocks the installation of Werkzeug 3.1.3 (and Flask 3.1.0) #3070

Open gmseb opened 1 week ago

gmseb commented 1 week ago

Describe your context I'm trying to bump Werkzeug to version 3.1.3 but Dash 2.18.2 (and Git dev) is blocking that update.

Describe the bug

Line…

https://github.com/plotly/dash/blob/95665785f184aba4ce462637c30ccb7789280911/requirements/install.txt#L2

…in Dash blocks the update with error "dash 2.18.2 depends on Werkzeug<3.1". Please support and unblock use of Werkzeug 3.1.x.

Expected behavior

Peaceful co-existence of dash and Werkzeug 3.1.3

Screenshots

n/a

marcstern14 commented 5 hours ago

Is there a timeline for this update?