feat: migrate to dash 4.0 and add timeout for all requests

This commit is contained in:
Florian Bezannier
2026-05-20 18:58:51 +02:00
committed by Florian BEZANNIER
parent e505a2a163
commit 90bc4a25f1
5 changed files with 3261 additions and 8 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ include = [
[tool.poetry.dependencies]
python = ">=3.11, <4.0.0"
paho-mqtt = ">=1.5.0, <2.0.0"
dash = ">=2.9.0, <3.0.0"
dash-daq = "^0.5.0"
dash = ">=4.0.0, <5.0.0"
dash-daq = "^0.6.0"
plotly = ">=5"
cryptography = ">=2.6"
Werkzeug = ">=1.0.0"