Skip to content

Commit 6485f59

Browse files
authored
Bump minimum zigpy version to 0.56.0 (#144)
1 parent b62cfb3 commit 6485f59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
author_email="rcloran@gmail.com",
1818
license="GPL-3.0",
1919
packages=find_packages(exclude=["tests", "tests.*"]),
20-
install_requires=["zigpy>=0.51.0"],
20+
install_requires=["zigpy>=0.56.0"],
2121
tests_require=["pytest", "asynctest", "pytest-asyncio"],
2222
)

zigpy_xbee/zigbee/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ async def send_packet(self, packet: zigpy.types.ZigbeePacket) -> None:
263263
f"Failed to deliver packet: {v!r}", status=v
264264
)
265265

266-
@zigpy.util.retryable_request
266+
@zigpy.util.retryable_request()
267267
def remote_at_command(
268268
self, nwk, cmd_name, *args, apply_changes=True, encryption=True
269269
):

0 commit comments

Comments
 (0)