From c157ff12c09317ef696c6aea01381a9ad7ff8734 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 30 Mar 2024 12:22:43 -0400 Subject: [PATCH] paho-mqtt operator fixed in ref (see #1078) --- apprise/plugins/NotifyMQTT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apprise/plugins/NotifyMQTT.py b/apprise/plugins/NotifyMQTT.py index 7ad1745d..49380d33 100644 --- a/apprise/plugins/NotifyMQTT.py +++ b/apprise/plugins/NotifyMQTT.py @@ -89,7 +89,7 @@ class NotifyMQTT(NotifyBase): requirements = { # Define our required packaging in order to work - 'packages_required': 'paho-mqtt <= 2.0.0' + 'packages_required': 'paho-mqtt < 2.0.0' } # The default descriptive name associated with the Notification