diff --git a/vizro-core/hatch.toml b/vizro-core/hatch.toml index 0a18c75c2c..58d27bd9c4 100644 --- a/vizro-core/hatch.toml +++ b/vizro-core/hatch.toml @@ -141,7 +141,7 @@ VIZRO_LOG_LEVEL = "DEBUG" [envs.lower-bounds] extra-dependencies = [ - "dash==3.0.0", + "dash==3.1.1", "dash-bootstrap-components==2.0.0", "dash-ag-grid==31.3.1", "dash-mantine-components==1.0.0", diff --git a/vizro-core/pyproject.toml b/vizro-core/pyproject.toml index 47149588aa..c3d894e9d7 100644 --- a/vizro-core/pyproject.toml +++ b/vizro-core/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3.13" ] dependencies = [ - "dash>=3,<3.1.0", # temporary upper limit to prevent/investigate https://github.com/plotly/dash/issues/3349 + "dash>=3.1.1", # must be >=3.1.1 to include bugfixes for persistence and suppress_callback_exception "dash_bootstrap_components>=2", # 2.0.0 needed to support dash>=3.0.0 "dash-ag-grid>=31.3.1", # 31.3.1 needed to support dash>=3.0.0 "dash_mantine_components>=1", # 1.0.0 needed to support dash>=3.0.0