Add aiofiles to pyproject.toml (#146561)

This commit is contained in:
Robert Resch
2025-06-11 19:32:38 +01:00
committed by GitHub
parent 8d24d775f1
commit 4a15f12a0b
4 changed files with 3 additions and 16 deletions

View File

@ -226,14 +226,6 @@ tenacity!=8.4.0
# TypeError: 'Timeout' object does not support the context manager protocol
async-timeout==4.0.3
# aiofiles keeps getting downgraded by custom components
# causing newer methods to not be available and breaking
# some integrations at startup
# https://github.com/home-assistant/core/issues/127529
# https://github.com/home-assistant/core/issues/122508
# https://github.com/home-assistant/core/issues/118004
aiofiles>=24.1.0
# multidict < 6.4.0 has memory leaks
# https://github.com/aio-libs/multidict/issues/1134
# https://github.com/aio-libs/multidict/issues/1131