Skip to content

Commit

Permalink
fix: restore end_callback mqtt with paho 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfarb committed Jul 31, 2023
1 parent e592a62 commit a32c086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@
},
install_requires=[
"aiohttp>=3.7.4",
"paho-mqtt~=1.6.1",
"paho-mqtt~=1.5.0",
"requests~=2.28.1",
"webcolors~=1.3",
"google_auth_oauthlib~=0.5.2",
Expand Down

0 comments on commit a32c086

Please sign in to comment.