Skip to content

Commit 59a9c61

Browse files
committed
revert zigpy version to 0.63.4, to prevent zigpy/zigpy#1375, crate-py/rpds#63
1 parent ae21c63 commit 59a9c61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Modules/pluginHelpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from Modules.domoticzAbstractLayer import domoticz_error_api
2323

2424
MODULES_VERSION = {
25-
"zigpy": "0.63.5",
25+
"zigpy": "0.63.4",
2626
"zigpy_znp": "0.12.1",
2727
"zigpy_deconz": "0.23.1",
2828
"bellows": "0.38.1",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
zigpy==0.63.5
1+
zigpy==0.63.4
22
zigpy_znp==0.12.1
33
zigpy_deconz==0.23.1
44
bellows==0.38.1

0 commit comments

Comments
 (0)