We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c991f commit a533040Copy full SHA for a533040
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name="PySwitchbot",
5
packages=["switchbot", "switchbot.devices", "switchbot.adv_parsers"],
6
- install_requires=["async_timeout>=4.0.1", "bleak", "bleak-retry-connector>=1.13.0"],
+ install_requires=["async_timeout>=4.0.1", "bleak", "bleak-retry-connector>=1.14.0"],
7
version="0.19.3",
8
description="A library to communicate with Switchbot",
9
author="Daniel Hjelseth Hoyer",
0 commit comments