Skip to content

Commit

Permalink
aiomqtt: peg requirement to 1.x
Browse files Browse the repository at this point in the history
Issue: #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 <norman@rasmussen.co.za>
Signed-off-by: Flavio Fernandes <flavio@flaviof.com>
  • Loading branch information
flavio-fernandes and normanr committed Jan 22, 2024
1 parent fe822d1 commit a2f09c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiomqtt<=1.2.1
aiomqtt < 2.0
asyncio-throttle
paho-mqtt
python-kasa
Expand Down

0 comments on commit a2f09c3

Please sign in to comment.