mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add aiofiles to pyproject.toml (#146561)
This commit is contained in:
parent
8d24d775f1
commit
4a15f12a0b
@ -3,6 +3,7 @@
|
|||||||
aiodhcpwatcher==1.2.0
|
aiodhcpwatcher==1.2.0
|
||||||
aiodiscover==2.7.0
|
aiodiscover==2.7.0
|
||||||
aiodns==3.4.0
|
aiodns==3.4.0
|
||||||
|
aiofiles==24.1.0
|
||||||
aiohasupervisor==0.3.1
|
aiohasupervisor==0.3.1
|
||||||
aiohttp-asyncmdnsresolver==0.1.1
|
aiohttp-asyncmdnsresolver==0.1.1
|
||||||
aiohttp-fast-zlib==0.3.0
|
aiohttp-fast-zlib==0.3.0
|
||||||
@ -201,14 +202,6 @@ tenacity!=8.4.0
|
|||||||
# TypeError: 'Timeout' object does not support the context manager protocol
|
# TypeError: 'Timeout' object does not support the context manager protocol
|
||||||
async-timeout==4.0.3
|
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
|
# multidict < 6.4.0 has memory leaks
|
||||||
# https://github.com/aio-libs/multidict/issues/1134
|
# https://github.com/aio-libs/multidict/issues/1134
|
||||||
# https://github.com/aio-libs/multidict/issues/1131
|
# https://github.com/aio-libs/multidict/issues/1131
|
||||||
|
@ -24,6 +24,7 @@ classifiers = [
|
|||||||
requires-python = ">=3.13.2"
|
requires-python = ">=3.13.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aiodns==3.4.0",
|
"aiodns==3.4.0",
|
||||||
|
"aiofiles==24.1.0",
|
||||||
# Integrations may depend on hassio integration without listing it to
|
# Integrations may depend on hassio integration without listing it to
|
||||||
# change behavior based on presence of supervisor. Deprecated with #127228
|
# change behavior based on presence of supervisor. Deprecated with #127228
|
||||||
# Lib can be removed with 2025.11
|
# Lib can be removed with 2025.11
|
||||||
|
1
requirements.txt
generated
1
requirements.txt
generated
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
# Home Assistant Core
|
# Home Assistant Core
|
||||||
aiodns==3.4.0
|
aiodns==3.4.0
|
||||||
|
aiofiles==24.1.0
|
||||||
aiohasupervisor==0.3.1
|
aiohasupervisor==0.3.1
|
||||||
aiohttp==3.12.12
|
aiohttp==3.12.12
|
||||||
aiohttp_cors==0.8.1
|
aiohttp_cors==0.8.1
|
||||||
|
@ -226,14 +226,6 @@ tenacity!=8.4.0
|
|||||||
# TypeError: 'Timeout' object does not support the context manager protocol
|
# TypeError: 'Timeout' object does not support the context manager protocol
|
||||||
async-timeout==4.0.3
|
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
|
# multidict < 6.4.0 has memory leaks
|
||||||
# https://github.com/aio-libs/multidict/issues/1134
|
# https://github.com/aio-libs/multidict/issues/1134
|
||||||
# https://github.com/aio-libs/multidict/issues/1131
|
# https://github.com/aio-libs/multidict/issues/1131
|
||||||
|
Loading…
x
Reference in New Issue
Block a user