diff --git a/vizro-core/changelog.d/20241114_152933_antony.milne_cap_dash.md b/vizro-core/changelog.d/20241114_152933_antony.milne_cap_dash.md new file mode 100644 index 000000000..c11c3a0e7 --- /dev/null +++ b/vizro-core/changelog.d/20241114_152933_antony.milne_cap_dash.md @@ -0,0 +1,47 @@ + + + + + + +### Changed + +- Upper bound dependency `dash<3`. ([#877](https://github.com/mckinsey/vizro/pull/877)) + + + + diff --git a/vizro-core/pyproject.toml b/vizro-core/pyproject.toml index a1992ddc8..0dada76ba 100644 --- a/vizro-core/pyproject.toml +++ b/vizro-core/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3.13" ] dependencies = [ - "dash>=2.17.1", # 2.17.1 needed for no_output fix in clientside_callback + "dash>=2.17.1,<3", # 2.17.1 needed for no_output fix in clientside_callback "dash_bootstrap_components", "dash-ag-grid>=31.0.0", "pandas>=2",