Skip to content

Commit 1d27d02

Browse files
committed
Bump zigpy version to 0.25.0 to fix Python 3.6.8 enum regressions
1 parent 403a172 commit 1d27d02

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
@@ -19,7 +19,7 @@
1919
packages=find_packages(exclude=["tests", "tests.*"]),
2020
install_requires=[
2121
"pyserial-asyncio",
22-
"zigpy>=0.24.1",
22+
"zigpy>=0.25.0",
2323
"async_timeout",
2424
"voluptuous",
2525
"coloredlogs",

0 commit comments

Comments
 (0)