Skip to content

Commit

Permalink
Change: pin paho-mqtt version < 2.0 (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Feb 21, 2024
1 parent 964be78 commit dad94d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ packaging = ">=20.4,<24.0"
lxml = ">=4.5.2,<6.0.0"
defusedxml = ">=0.6,<0.8"
deprecated = "^1.2.10"
paho-mqtt = ">=1.5.1"
# use v1.x due to https://github.com/eclipse/paho.mqtt.python/issues/814
paho-mqtt = "^1.6"
python-gnupg = ">=0.4.8,<0.6.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit dad94d1

Please sign in to comment.