We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6c783 commit fdba6b5Copy full SHA for fdba6b5
requirements.txt
@@ -38,9 +38,8 @@ dnspython==2.6.1 # related to eventlet fixes
38
apprise==1.9.0
39
40
# 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
+# use any version other than 2.0.x due to https://github.com/eclipse/paho.mqtt.python/issues/814
+paho-mqtt!=2.0.*
44
45
# Requires extra wheel for rPi
46
cryptography~=42.0.8
0 commit comments