From a2f09c37f78f1eb3544b4a7b8c5006c3fb12f0ac 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.x 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 90829f6..d0951a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiomqtt<=1.2.1 +aiomqtt < 2.0 asyncio-throttle paho-mqtt python-kasa