Skip to content

Commit 206b31d

Browse files
authored
Pin click<8.1.0 to retain Python 3.6 compatibility
1 parent 225faba commit 206b31d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
77
### Fixed
88

99
- [#1963](https://github.com/plotly/dash/pull/1963) Fix [#1780](https://github.com/plotly/dash/issues/1780) flask shutdown deprecation warning when running dashduo threaded tests.
10-
- [#1993](https://github.com/plotly/dash/pull/1993) Pin Flask<2.1.0 and Werkzeug<2.1.0 to retain Python 3.6 compatibility, resolving [#1992](https://github.com/plotly/dash/issues/1992).
10+
- [#1993](https://github.com/plotly/dash/pull/1993) Pin Flask<2.1.0, Werkzeug<2.1.0, and click<8.1.0 to retain Python 3.6 compatibility, resolving [#1992](https://github.com/plotly/dash/issues/1992).
1111

1212
## [2.3.0] - 2022-03-13
1313

requires-all.txt

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ multiprocess>=0.70.12
3232
psutil>=5.8.0
3333
Flask>=1.0.4,<2.1.0 # Flask 2.1.0 dropped support for Python 3.6
3434
Werkzeug<2.1.0 # Werkzeug 2.1.0 dropped support for Python 3.6
35+
click<8.1.0 # click 8.1.0 dropped support for Python 3.6
3536
flask-compress
3637
plotly>=5.0.0
3738
dash_html_components==2.0.0

requires-install.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Flask>=1.0.4,<2.1.0 # Flask 2.1.0 dropped support for Python 3.6
22
Werkzeug<2.1.0 # Werkzeug 2.1.0 dropped support for Python 3.6
3+
click<8.1.0 # click 8.1.0 dropped support for Python 3.6
34
flask-compress
45
plotly>=5.0.0
56
dash_html_components==2.0.0

0 commit comments

Comments
 (0)