Skip to content

Commit dad94d1

Browse files
authored
Change: pin paho-mqtt version < 2.0 (#970)
#968 eclipse-paho/paho.mqtt.python#814 Jira: SC-1027
1 parent 964be78 commit dad94d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ packaging = ">=20.4,<24.0"
5050
lxml = ">=4.5.2,<6.0.0"
5151
defusedxml = ">=0.6,<0.8"
5252
deprecated = "^1.2.10"
53-
paho-mqtt = ">=1.5.1"
53+
# use v1.x due to https://github.com/eclipse/paho.mqtt.python/issues/814
54+
paho-mqtt = "^1.6"
5455
python-gnupg = ">=0.4.8,<0.6.0"
5556

5657
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)