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 39ef1d8 commit 3887e39Copy full SHA for 3887e39
.gitignore
@@ -88,6 +88,7 @@ celerybeat-schedule
88
.venv
89
venv/
90
ENV/
91
+TOKENS
92
93
# Spyder project settings
94
.spyderproject
django_plotly_dash/version.py
@@ -23,4 +23,4 @@
23
24
'''
25
26
-__version__ = "1.6.5"
+__version__ = "1.6.6"
setup.py
@@ -41,7 +41,7 @@
41
'Documentation': 'http://django-plotly-dash.readthedocs.io/',
42
},
43
install_requires = ['plotly',
44
- 'dash>=1.11',
+ 'dash>=1.11,<1.21.0',
45
'dash-core-components',
46
'dash-html-components',
47
'dash-renderer',
0 commit comments