From 30ebc302360cbb9416668b317441c11611780b2a Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 20 Feb 2024 20:05:42 -0500 Subject: [PATCH] pin paho-mqtt version < 2.0.0 (#1065) --- all-plugin-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/all-plugin-requirements.txt b/all-plugin-requirements.txt index cb17ed16..b2d0fc56 100644 --- a/all-plugin-requirements.txt +++ b/all-plugin-requirements.txt @@ -9,4 +9,5 @@ cryptography gntp # Provides mqtt:// support -paho-mqtt +# use v1.x due to https://github.com/eclipse/paho.mqtt.python/issues/814 +paho-mqtt < 2.0.0