Skip to content

Commit

Permalink
Pin paho-mqtt version
Browse files Browse the repository at this point in the history
  • Loading branch information
qqaatw committed Mar 2, 2024
1 parent 19b0868 commit 787bed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
awsiotsdk==1.20.0
httpx
paho-mqtt
paho-mqtt<=1.6.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
install_requires = [
"awsiotsdk==1.20.0",
"httpx",
"paho-mqtt",
"paho-mqtt<=1.6.1",
]
tests_require = [
"pre-commit",
Expand Down

0 comments on commit 787bed5

Please sign in to comment.