Skip to content

Commit fdba6b5

Browse files
committed
Notification - Locking paho-mqtt:// version fix
1 parent 4e6c783 commit fdba6b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ dnspython==2.6.1 # related to eventlet fixes
3838
apprise==1.9.0
3939

4040
# apprise mqtt https://github.com/dgtlmoon/changedetection.io/issues/315
41-
# and 2.0.0 https://github.com/dgtlmoon/changedetection.io/issues/2241 not yet compatible
42-
# use v1.x due to https://github.com/eclipse/paho.mqtt.python/issues/814
43-
paho-mqtt>=1.6.1,<2.0.0
41+
# use any version other than 2.0.x due to https://github.com/eclipse/paho.mqtt.python/issues/814
42+
paho-mqtt!=2.0.*
4443

4544
# Requires extra wheel for rPi
4645
cryptography~=42.0.8

0 commit comments

Comments
 (0)