Skip to content

Commit 4ff451b

Browse files
delsimdelsim
andauthored
Restrict Werkzeug version to fix bug that requires later dash version to otherwise resolve (#399)
Co-authored-by: delsim <dev@gibbsconsulting.ca>
1 parent 1979f94 commit 4ff451b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CONTRIBUTIONS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ Thanks to the following people:
4747
[sorenwacker](https://github.com/sorenwacker)
4848

4949
[jmcarcell](https://github.com/jmcarcell)
50+
51+
[gdalmau](https://github.com/gdalmau)

django_plotly_dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
2424
'''
2525

26-
__version__ = "1.7.0"
26+
__version__ = "1.7.1"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ dash-bootstrap-components
1010
channels<3.0
1111
Django>=2.2,<4.0.0
1212
Flask>=1.0.2
13+
Werkzeug>=2.0,<2.1

0 commit comments

Comments
 (0)