We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964be78 commit dad94d1Copy full SHA for dad94d1
pyproject.toml
@@ -50,7 +50,8 @@ packaging = ">=20.4,<24.0"
50
lxml = ">=4.5.2,<6.0.0"
51
defusedxml = ">=0.6,<0.8"
52
deprecated = "^1.2.10"
53
-paho-mqtt = ">=1.5.1"
+# use v1.x due to https://github.com/eclipse/paho.mqtt.python/issues/814
54
+paho-mqtt = "^1.6"
55
python-gnupg = ">=0.4.8,<0.6.0"
56
57
[tool.poetry.dev-dependencies]
0 commit comments