Skip to content

Commit 3513691

Browse files
authored
Relax bleak requirement (#203)
1 parent 7caa46d commit 3513691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
packages=["switchbot", "switchbot.devices", "switchbot.adv_parsers"],
66
install_requires=[
77
"async_timeout>=4.0.1",
8-
"bleak>=0.20.0",
8+
"bleak>=0.19.0",
99
"bleak-retry-connector>=2.9.0",
1010
"cryptography>=39.0.0",
1111
"pyOpenSSL>=23.0.0",

0 commit comments

Comments
 (0)