Skip to content

Commit 45dcd4b

Browse files
delsimdelsim
andauthored
Restrict Dash version to less than 2.13 (#503)
Co-authored-by: delsim <dev@gibbsconsulting.ca>
1 parent 7b4e5be commit 45dcd4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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__ = "2.4.0"
26+
__version__ = "2.4.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dash>=2.0,<3.0
1+
dash>=2.0,<2.13
22
plotly
33
dpd-components
44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'Documentation': 'http://django-plotly-dash.readthedocs.io/',
4242
},
4343
install_requires = ['plotly',
44-
'dash>=2.0,<3.0',
44+
'dash>=2.0,<2.13',
4545
'dpd-components',
4646

4747
'dash-bootstrap-components',

0 commit comments

Comments
 (0)