Skip to content

Commit 3f60e52

Browse files
dcjclaude
andcommitted
Relax paho-mqtt dependency to >=1.5.0 for Yocto compatibility
Matches ebus-mqtt-client 0.1.2 which relaxed the same constraint. Bump ebus-mqtt-client floor to >=0.1.2 and version to 0.1.5. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 61b4ef4 commit 3f60e52

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ebus-sdk"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "Python SDK for Homie MQTT Convention (eBus)"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -25,8 +25,8 @@ classifiers = [
2525
"Topic :: Internet :: WWW/HTTP",
2626
]
2727
dependencies = [
28-
"ebus-mqtt-client>=0.1.0",
29-
"paho-mqtt>=2.0.0",
28+
"ebus-mqtt-client>=0.1.2",
29+
"paho-mqtt>=1.5.0",
3030
]
3131

3232
[project.optional-dependencies]

0 commit comments

Comments
 (0)