Skip to content

Commit

Permalink
Notification - Fix paho-mqtt requirement (#2784)
Browse files Browse the repository at this point in the history
  • Loading branch information
kruton authored Nov 17, 2024
1 parent 0f0f5af commit e00bc0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e00bc0d

Please sign in to comment.