diff --git a/django_plotly_dash/version.py b/django_plotly_dash/version.py index 0302a32..0c5af64 100644 --- a/django_plotly_dash/version.py +++ b/django_plotly_dash/version.py @@ -23,4 +23,4 @@ ''' -__version__ = "2.4.0" +__version__ = "2.4.1" diff --git a/requirements.txt b/requirements.txt index 072f7ce..b2ea479 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -dash>=2.0,<3.0 +dash>=2.0,<2.13 plotly dpd-components diff --git a/setup.py b/setup.py index f2c9ea6..23f9e3e 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ 'Documentation': 'http://django-plotly-dash.readthedocs.io/', }, install_requires = ['plotly', - 'dash>=2.0,<3.0', + 'dash>=2.0,<2.13', 'dpd-components', 'dash-bootstrap-components',