Skip to content

Commit c61398e

Browse files
authored
Merge pull request #2674 from plotly/unlock-flask
Raise flask & werkzeug limits to <3.1.
2 parents 2608674 + b5dae7b commit c61398e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
88

99
- [#2672](https://github.com/plotly/dash/pull/2672) Fix `get_caller_name` in case the source is not available.
1010

11+
## Changed
12+
13+
- [#2674](https://github.com/plotly/dash/pull/2674) Raise flask & werkzeug limits to <3.1
14+
1115
## [2.14.0] - 2023-10-11
1216

1317
## Fixed

requires-install.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Flask>=1.0.4,<2.3.0
2-
Werkzeug<2.3.0
1+
Flask>=1.0.4,<3.1
2+
Werkzeug<3.1
33
plotly>=5.0.0
44
dash_html_components==2.0.0
55
dash_core_components==2.0.0
@@ -12,4 +12,4 @@ requests
1212
retrying
1313
ansi2html
1414
nest-asyncio
15-
setuptools
15+
setuptools

0 commit comments

Comments
 (0)