From a6f771270d98ddb9594d34d6f52dabee2914f7fb Mon Sep 17 00:00:00 2001 From: Antony Milne Date: Thu, 14 Nov 2024 15:30:20 +0000 Subject: [PATCH] Cap to dash<3 --- vizro-core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",