From 3618c389c6dcda7448da535fdf37118f02fd122f Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 2 May 2024 16:51:56 +0200 Subject: [PATCH] Notifications - Setting set minimum version for mqtt:// library notifications (#2334 / #2333) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 76e88c8f4..54fbcd5f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ apprise~=1.7.4 # 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 < 2.0.0 +paho-mqtt>=1.6.1,<2.0.0 # This mainly affects some ARM builds, which unlike the other builds ignores "ARG CRYPTOGRAPHY_DONT_BUILD_RUST=1" # so without this pinning, the newer versions on ARM will forcefully try to build rust, which results in "rust compiler not found"