Closed yuvalabou closed 3 years ago
We extract to B logic to another library. So can you fix conflicting files, so we can review and merge it?
Why can't I find that file? Where is it?
@yuvalabou Here is the to B logic library https://github.com/tuya/tuya-connector-python
@yuvalabou @tsutsuku
This PR breaks support for Python 3.6, 3.7 & 3.8. The use of built-in typehints for collections (like lists or dicts) have been introduced in Python 3.9.
This breaks Home Assistant support, as that is currently on 3.8.
Use built in type hints to reduce import penalty