Mise à jour avec la nouvelle API (V2) de Paho MQTT

This commit is contained in:
2025-08-24 16:37:25 +02:00
parent 75f8c6a637
commit 2309ef1deb
3 changed files with 18 additions and 8 deletions

View File

@@ -6,7 +6,8 @@
pysnmp>=7.0.0
# MQTT client library for connecting to MQTT brokers
paho-mqtt>=1.6.0
# Note: paho-mqtt 2.x uses a new callback API (VERSION2) instead of the deprecated VERSION1
paho-mqtt>=2.0.0
# YAML configuration file parsing
PyYAML>=6.0.0