From 5cbab914570f90a14706170e3ef507d2f0feb476 Mon Sep 17 00:00:00 2001 From: Min-Hsueh Chiu Date: Fri, 17 Apr 2026 17:52:11 -0700 Subject: [PATCH] update dash-mp-components to 0.5.1rc9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a950f3ff..67f718d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.10" authors = [{ name = "Matt Horton", email = "mkhorton@lbl.gov" }] dependencies = [ - "dash-mp-components>=0.5.1rc5,<0.5.2", + "dash-mp-components>=0.5.1rc9,<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",