Skip to content

Commit d5148ce

Browse files
fix: downgrading construct version
1 parent 8ab9352 commit d5148ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pycryptodome = ">=3.17,<3.19"
2727
pycryptodomex = {version = ">=3.17,<3.19", markers = "sys_platform == 'darwin'"}
2828
paho-mqtt = "~1.6.1"
2929
dacite = "~1.8.0"
30-
construct = "^2.10.68"
30+
construct = "<=2.10.56"
3131
alexapy = "^1.26.8"
3232

3333

0 commit comments

Comments
 (0)