File tree Expand file tree Collapse file tree 4 files changed +3
-16
lines changed
Expand file tree Collapse file tree 4 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 33aiodhcpwatcher==1.2.0
44aiodiscover==2.7.0
55aiodns==3.4.0
6+ aiofiles==24.1.0
67aiohasupervisor==0.3.1
78aiohttp-asyncmdnsresolver==0.1.1
89aiohttp-fast-zlib==0.3.0
@@ -201,14 +202,6 @@ tenacity!=8.4.0
201202# TypeError: 'Timeout' object does not support the context manager protocol
202203async-timeout==4.0.3
203204
204- # aiofiles keeps getting downgraded by custom components
205- # causing newer methods to not be available and breaking
206- # some integrations at startup
207- # https://github.com/home-assistant/core/issues/127529
208- # https://github.com/home-assistant/core/issues/122508
209- # https://github.com/home-assistant/core/issues/118004
210- aiofiles>=24.1.0
211-
212205# multidict < 6.4.0 has memory leaks
213206# https://github.com/aio-libs/multidict/issues/1134
214207# https://github.com/aio-libs/multidict/issues/1131
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ classifiers = [
2424requires-python = " >=3.13.2"
2525dependencies = [
2626 " aiodns==3.4.0" ,
27+ " aiofiles==24.1.0" ,
2728 # Integrations may depend on hassio integration without listing it to
2829 # change behavior based on presence of supervisor. Deprecated with #127228
2930 # Lib can be removed with 2025.11
Original file line number Diff line number Diff line change 226226# TypeError: 'Timeout' object does not support the context manager protocol
227227async-timeout==4.0.3
228228
229- # aiofiles keeps getting downgraded by custom components
230- # causing newer methods to not be available and breaking
231- # some integrations at startup
232- # https://github.com/home-assistant/core/issues/127529
233- # https://github.com/home-assistant/core/issues/122508
234- # https://github.com/home-assistant/core/issues/118004
235- aiofiles>=24.1.0
236-
237229# multidict < 6.4.0 has memory leaks
238230# https://github.com/aio-libs/multidict/issues/1134
239231# https://github.com/aio-libs/multidict/issues/1131
You can’t perform that action at this time.
0 commit comments