Skip to content

Commit

Permalink
fix: update paho-mqtt dependency version range
Browse files Browse the repository at this point in the history
Expand paho-mqtt version constraint to allow minor version updates up to version 3. This should make libdeye compatible with homeassistant 2025.3
  • Loading branch information
stackia committed Mar 6, 2025
1 parent b65ef11 commit c2532e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ python_requires = >=3.10
install_requires =
aiohttp>=3.8,<4.0
PyJWT>=2.0,<3.0
paho-mqtt>=1.6,<2
paho-mqtt>=1.6,<3

[options.package_data]
libdeye = py.typed
Expand Down

0 comments on commit c2532e4

Please sign in to comment.