From b423c01068057cee7458596ca2c8ff8bd0cc8e0b Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Sat, 9 Aug 2025 11:34:32 +0200 Subject: [PATCH] dash == 3.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index faf5c6e..8f49bae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ { name = "Colin Maudry", email = "colin+decp@maudry.com" } ] dependencies = [ - "dash", + "dash==3.2.0", "polars", "gunicorn", "dash-bootstrap-components",