From fdba6b556690eba57948e604d4849f8214077b5e Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 19 Nov 2024 14:40:02 +0100 Subject: [PATCH] Notification - Locking paho-mqtt:// version fix --- requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index b2d271bb..b5d58f41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,9 +38,8 @@ dnspython==2.6.1 # related to eventlet fixes apprise==1.9.0 # apprise mqtt https://github.com/dgtlmoon/changedetection.io/issues/315 -# and 2.0.0 https://github.com/dgtlmoon/changedetection.io/issues/2241 not yet compatible -# use v1.x due to https://github.com/eclipse/paho.mqtt.python/issues/814 -paho-mqtt>=1.6.1,<2.0.0 +# use any version other than 2.0.x due to https://github.com/eclipse/paho.mqtt.python/issues/814 +paho-mqtt!=2.0.* # Requires extra wheel for rPi cryptography~=42.0.8