Skip to content

Commit

Permalink
Resolves #25: Keep paho.mqtt library version under 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 committed Feb 18, 2024
1 parent a267900 commit 41f442d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nibe_mqtt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

cfg = Config()

__version__ = "0.5.0"
__version__ = "0.5.1"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nibe>=2.7.0,<3.0.0

paho_mqtt>=1.5.0
paho_mqtt>=1.5.0,<2.0.0
voluptuous>=0.13.0
pyyaml>=6.0
python-slugify>=6.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ packages = find:
python_requires = >=3.9
install_requires =
nibe >=2.7.0,<3.0.0
paho_mqtt>=1.5.0
paho_mqtt>=1.5.0,<2.0.0
voluptuous>=0.13.0
pyyaml>=6.0
python-slugify>=6.0.0
Expand Down

0 comments on commit 41f442d

Please sign in to comment.