We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2608674 + b5dae7b commit c61398eCopy full SHA for c61398e
CHANGELOG.md
@@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
8
9
- [#2672](https://github.com/plotly/dash/pull/2672) Fix `get_caller_name` in case the source is not available.
10
11
+## Changed
12
+
13
+- [#2674](https://github.com/plotly/dash/pull/2674) Raise flask & werkzeug limits to <3.1
14
15
## [2.14.0] - 2023-10-11
16
17
## Fixed
requires-install.txt
@@ -1,5 +1,5 @@
1
-Flask>=1.0.4,<2.3.0
2
-Werkzeug<2.3.0
+Flask>=1.0.4,<3.1
+Werkzeug<3.1
3
plotly>=5.0.0
4
dash_html_components==2.0.0
5
dash_core_components==2.0.0
@@ -12,4 +12,4 @@ requests
retrying
ansi2html
nest-asyncio
-setuptools
+setuptools
0 commit comments