diff --git a/CHANGELOG.md b/CHANGELOG.md index 90844ed6ca..54c5b0714e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to `dash` will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## [2.10.2] - 2023-05-31 + +## Changed + +- Set Flask and Werkzeug version upper bound to `<2.3`. + ## [2.10.1] - 2023-05-30 ## Fixed diff --git a/dash/version.py b/dash/version.py index 565443f86f..6c96c9755a 100644 --- a/dash/version.py +++ b/dash/version.py @@ -1 +1 @@ -__version__ = "2.10.1" +__version__ = "2.10.2" diff --git a/requires-install.txt b/requires-install.txt index d7049d8735..8730b6d6ea 100644 --- a/requires-install.txt +++ b/requires-install.txt @@ -1,5 +1,5 @@ -Flask>=1.0.4,<=2.2.3 -Werkzeug<=2.2.3 +Flask>=1.0.4,<2.3.0 +Werkzeug<2.3.0 plotly>=5.0.0 dash_html_components==2.0.0 dash_core_components==2.0.0