Skip to content

Commit

Permalink
Allow higher versions of paho-mqtt than 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabisch committed Jan 29, 2025
1 parent 3ab3cf6 commit b6f1108
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 8 deletions.
53 changes: 46 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ roombapy = "roombapy.cli:cli"
[tool.poetry.dependencies]
python = ">=3.10,<4.0"
orjson = ">=3.9.13"
paho-mqtt = "~1.6.1"
paho-mqtt = ">=1.6.1,<3.0.0"
mashumaro = {version = "^3.12"}
click = { version = "^8.1", optional = true }
tabulate = { version = "^0.9", optional = true }
Expand Down

0 comments on commit b6f1108

Please sign in to comment.