Skip to content

Commit

Permalink
updated paho-mqtt min version reference (see #1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Mar 30, 2024
1 parent 5b1b7a0 commit 170a74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apprise/plugins/NotifyMQTT.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 170a74d

Please sign in to comment.