mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Pin rpds-py to 0.24.0 (#145074)
This commit is contained in:
parent
02b028add3
commit
0ef098a9f3
@ -217,3 +217,8 @@ aiofiles>=24.1.0
|
||||
# https://github.com/aio-libs/multidict/issues/1134
|
||||
# https://github.com/aio-libs/multidict/issues/1131
|
||||
multidict>=6.4.2
|
||||
|
||||
# rpds-py > 0.25.0 requires cargo 1.84.0
|
||||
# Stable Alpine current only ships cargo 1.83.0
|
||||
# No wheels upstream available for armhf & armv7
|
||||
rpds-py==0.24.0
|
||||
|
@ -246,6 +246,11 @@ aiofiles>=24.1.0
|
||||
# https://github.com/aio-libs/multidict/issues/1134
|
||||
# https://github.com/aio-libs/multidict/issues/1131
|
||||
multidict>=6.4.2
|
||||
|
||||
# rpds-py > 0.25.0 requires cargo 1.84.0
|
||||
# Stable Alpine current only ships cargo 1.83.0
|
||||
# No wheels upstream available for armhf & armv7
|
||||
rpds-py==0.24.0
|
||||
"""
|
||||
|
||||
GENERATED_MESSAGE = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user