From 6c57a42603066e529690beaf89e1bd09888a2bd3 Mon Sep 17 00:00:00 2001 From: Antony Milne <49395058+antonymilne@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:48:31 +0000 Subject: [PATCH] [Deps] Cap to dash<3 (#877) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .../20241114_152933_antony.milne_cap_dash.md | 47 +++++++++++++++++++ vizro-core/pyproject.toml | 2 +- 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 vizro-core/changelog.d/20241114_152933_antony.milne_cap_dash.md 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",