Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vizro-core/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion vizro-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down