From 841ff73a24a70add7f1189dd28a6552baea99945 Mon Sep 17 00:00:00 2001 From: Florian Bezannier Date: Fri, 14 Apr 2023 08:37:14 +0200 Subject: [PATCH] fix: dash version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe04c17..d6901b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ include = [ [tool.poetry.dependencies] python = ">=3.7.0, <4.0.0" paho-mqtt = ">=1.5.0" -dash = ">=2" +dash = ">=2, <2.9.0" dash-daq = "^0.5.0" plotly = ">=5" cryptography = ">=2.6"