Add container arch to system info (#147372)

This commit is contained in:
Stefan Agner
2025-06-24 09:52:21 +02:00
committed by GitHub
parent 121239bcf7
commit e5d19baf3e
14 changed files with 99 additions and 118 deletions

View File

@ -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