From 170a74d29fb9498b7f3a51d769e89c5db857ccce Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 30 Mar 2024 09:53:33 -0400 Subject: [PATCH] updated paho-mqtt min version reference (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 4e159b66..7ad1745d 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' + 'packages_required': 'paho-mqtt <= 2.0.0' } # The default descriptive name associated with the Notification