mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Add container arch to system info (#147372)
This commit is contained in:
@ -226,6 +226,14 @@ 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
|
||||
|
Reference in New Issue
Block a user