Skip to content

Commit

Permalink
Narrow paho-mqtt requirement
Browse files Browse the repository at this point in the history
The paho-mqtt backwards compatibility problem was fixed with version
2.1.0, so we only need to avoid the 2.0.x series of releases. Upstream
apprise is currently being tested with paho-mqtt 2.1.0 as part of my
fix at caronc/apprise#1238

This narrows the workaround for issue dgtlmoon#2241
  • Loading branch information
kruton committed Nov 15, 2024
1 parent 736957e commit 5454f9e
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.8.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 5454f9e

Please sign in to comment.