diff --git a/CHANGELOG.md b/CHANGELOG.md index 558dec5ea5..a4911e8fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/). - [#2672](https://github.com/plotly/dash/pull/2672) Fix `get_caller_name` in case the source is not available. +## Changed + +- [#2674](https://github.com/plotly/dash/pull/2674) Raise flask & werkzeug limits to <3.1 + ## [2.14.0] - 2023-10-11 ## Fixed diff --git a/requires-install.txt b/requires-install.txt index f69a115de3..b4aed45cd7 100644 --- a/requires-install.txt +++ b/requires-install.txt @@ -1,5 +1,5 @@ -Flask>=1.0.4,<2.3.0 -Werkzeug<2.3.0 +Flask>=1.0.4,<3.1 +Werkzeug<3.1 plotly>=5.0.0 dash_html_components==2.0.0 dash_core_components==2.0.0 @@ -12,4 +12,4 @@ requests retrying ansi2html nest-asyncio -setuptools \ No newline at end of file +setuptools