Skip to content

Commit

Permalink
[Dev] Increase dash lower bound from 2.17.1 to 2.18.0 (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-qb authored Dec 4, 2024
1 parent 5ec20d7 commit 4e0ddb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vizro-core/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/.
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>=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",
Expand Down

0 comments on commit 4e0ddb6

Please sign in to comment.