Skip to content

Commit 39ef1d8

Browse files
delsimMark Gibbs
and
Mark Gibbs
authored
Restrict dash 1 21 0 (#352)
* Add restriction on dash to not use later versions * Move version to 1.6.5 Co-authored-by: Mark Gibbs <[email protected]>
1 parent 8672841 commit 39ef1d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_plotly_dash/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
2424
'''
2525

26-
__version__ = "1.6.4"
26+
__version__ = "1.6.5"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dash>=1.11
1+
dash>=1.11,<1.21.0
22
dash-core-components
33
dash-html-components
44
dash-renderer

0 commit comments

Comments
 (0)