Kane610 / aiounifi

Asynchronous library to communicate with Unifi Controller
MIT License
60 stars 53 forks source link

Replace async_timeout with asyncio.timeout #443

Closed Kane610 closed 1 year ago

Kane610 commented 1 year ago

Bdraco: async_timeout is now part of python standard lib, we should use asyncio.timeout any place we used async_timeout since it ensures compatibility with the cpython version. async_timeout lags behind a bit and was only recently updated to fully work correctly with cpython 3.11