From fe822d1b1fa44fa9b5212bb87d188c04a6eeeb7f Mon Sep 17 00:00:00 2001 From: Flavio Fernandes Date: Sun, 21 Jan 2024 09:37:59 -0500 Subject: [PATCH] aiomqtt: peg requirement to 1.2.1 or older Issue: https://github.com/flavio-fernandes/mqtt2kasa/issues/13 Incompatible with aiomqtt 2.0.0 This is a temporary fix, pending the implementation of modifications mentioned in: https://sbtinstruments.github.io/aiomqtt/migration-guide-v2.html Co-authored-by: Norman Rasmussen Signed-off-by: Flavio Fernandes --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c7c3d78..90829f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiomqtt +aiomqtt<=1.2.1 asyncio-throttle paho-mqtt python-kasa