Skip to content

Commit db23cdc

Browse files
authored
Merge pull request #2553 from plotly/version-2.10.2
Version 2.10.2
2 parents ca3cca3 + 7e8b77f commit db23cdc

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to `dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44

5+
## [2.10.2] - 2023-05-31
6+
7+
## Changed
8+
9+
- Set Flask and Werkzeug version upper bound to `<2.3`.
10+
511
## [2.10.1] - 2023-05-30
612

713
## Fixed

dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.10.1"
1+
__version__ = "2.10.2"

requires-install.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Flask>=1.0.4,<=2.2.3
2-
Werkzeug<=2.2.3
1+
Flask>=1.0.4,<2.3.0
2+
Werkzeug<2.3.0
33
plotly>=5.0.0
44
dash_html_components==2.0.0
55
dash_core_components==2.0.0

0 commit comments

Comments
 (0)