New release of tinytuya, compatible with pyca/cryptography which is already used by Home Assistant, so dependency on pycryptodome is no longer needed. This change fixes some issues with protocol 3.5.
@@ -8,6 +8,6 @@
"integration_type": "device",
"iot_class": "local_push",
"issue_tracker": "https://github.com/make-all/tuya-local/issues",
- "requirements": ["pycryptodome~=3.18","tinytuya==1.12.11"],
+ "requirements": ["tinytuya==1.13.1"],
"version": "2023.11.1"
}
@@ -6,5 +6,4 @@ pytest-homeassistant-custom-component~=0.13.54
pytest
pytest-asyncio
pytest-cov
-pycryptodome~=3.18
-tinytuya~=1.12.11
+tinytuya~=1.13.1
@@ -1,2 +1 @@