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 b44a0c2 commit e06bb46Copy full SHA for e06bb46
django_plotly_dash/version.py
@@ -23,4 +23,4 @@
23
24
'''
25
26
-__version__ = "2.2.0"
+__version__ = "2.2.1"
requirements.txt
@@ -1,4 +1,4 @@
1
-dash>=2.0
+dash>=2.0,<2.10
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',
+ 'dash>=2.0,<2.10',
45
'dpd-components',
46
47
'dash-bootstrap-components',
0 commit comments