Skip to content

Commit

Permalink
Notification - Locking paho-mqtt:// version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon committed Nov 19, 2024
1 parent 4e6c783 commit fdba6b5
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 fdba6b5

Please sign in to comment.