From 7d6b95bb30e5984c25786c342e2e70b7de34757a Mon Sep 17 00:00:00 2001 From: Min-Hsueh Chiu Date: Tue, 9 Jun 2026 09:34:25 -0700 Subject: [PATCH] pin dash-mp-components>=0.5.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 848c931f..d1025a80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requires-python = ">=3.10" authors = [{ name = "Matt Horton", email = "mkhorton@lbl.gov" }] dependencies = [ - "dash-mp-components>=0.5.2rc1,<0.5.3", + "dash-mp-components>=0.5.2", "dash>=2.11.0,<4.0.0", # Issue in dash==4.0.0 with multi-select drop down: https://community.plotly.com/t/multi-select-dropdown-options-do-not-update-correct-when-labels-have-html-component-in-dash-4-0-0/96495 "flask-caching", "frozendict",