Skip to content

Commit

Permalink
Restrict Werkzeug version to fix bug that requires later dash version…
Browse files Browse the repository at this point in the history
… to otherwise resolve (#399)

Co-authored-by: delsim <[email protected]>
  • Loading branch information
delsim and delsim authored May 8, 2022
1 parent 1979f94 commit 4ff451b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CONTRIBUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ Thanks to the following people:
[sorenwacker](https://github.com/sorenwacker)

[jmcarcell](https://github.com/jmcarcell)

[gdalmau](https://github.com/gdalmau)
2 changes: 1 addition & 1 deletion django_plotly_dash/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
'''

__version__ = "1.7.0"
__version__ = "1.7.1"
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ dash-bootstrap-components
channels<3.0
Django>=2.2,<4.0.0
Flask>=1.0.2
Werkzeug>=2.0,<2.1

0 comments on commit 4ff451b

Please sign in to comment.