We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4e5be commit 45dcd4bCopy full SHA for 45dcd4b
django_plotly_dash/version.py
@@ -23,4 +23,4 @@
23
24
'''
25
26
-__version__ = "2.4.0"
+__version__ = "2.4.1"
requirements.txt
@@ -1,4 +1,4 @@
1
-dash>=2.0,<3.0
+dash>=2.0,<2.13
2
plotly
3
dpd-components
4
setup.py
@@ -41,7 +41,7 @@
41
'Documentation': 'http://django-plotly-dash.readthedocs.io/',
42
},
43
install_requires = ['plotly',
44
- 'dash>=2.0,<3.0',
+ 'dash>=2.0,<2.13',
45
'dpd-components',
46
47
'dash-bootstrap-components',
0 commit comments