From 4e0ddb64a5e0fca3d38ba87547a32c8fcbaa99ac Mon Sep 17 00:00:00 2001 From: Petar Pejovic <108530920+petar-qb@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:35:27 +0100 Subject: [PATCH] [Dev] Increase dash lower bound from 2.17.1 to 2.18.0 (#918) --- vizro-core/hatch.toml | 2 +- vizro-core/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vizro-core/hatch.toml b/vizro-core/hatch.toml index 83da1b30d..c18cc24fd 100644 --- a/vizro-core/hatch.toml +++ b/vizro-core/hatch.toml @@ -114,7 +114,7 @@ VIZRO_LOG_LEVEL = "DEBUG" [envs.lower-bounds] extra-dependencies = [ "pydantic==1.10.16", - "dash==2.17.1", + "dash==2.18.0", "plotly==5.12.0", "pandas==2.0.0", "numpy==1.23.0" # Need numpy<2 to work with pandas==2.0.0. See https://stackoverflow.com/questions/78634235/. diff --git a/vizro-core/pyproject.toml b/vizro-core/pyproject.toml index 383e4ac96..1bf2b9577 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,<3", # 2.17.1 needed for no_output fix in clientside_callback + "dash>=2.18.0,<3", # 2.18.0 needed as the 'id' attribute is exposed for dcc.Loading "dash_bootstrap_components", "dash-ag-grid>=31.0.0", "pandas>=2",