Skip to content

Commit 0ef098a

Browse files
committed
Pin rpds-py to 0.24.0 (home-assistant#145074)
1 parent 02b028a commit 0ef098a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

homeassistant/package_constraints.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,8 @@ aiofiles>=24.1.0
217217
# https://github.com/aio-libs/multidict/issues/1134
218218
# https://github.com/aio-libs/multidict/issues/1131
219219
multidict>=6.4.2
220+
221+
# rpds-py > 0.25.0 requires cargo 1.84.0
222+
# Stable Alpine current only ships cargo 1.83.0
223+
# No wheels upstream available for armhf & armv7
224+
rpds-py==0.24.0

script/gen_requirements_all.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,11 @@
246246
# https://github.com/aio-libs/multidict/issues/1134
247247
# https://github.com/aio-libs/multidict/issues/1131
248248
multidict>=6.4.2
249+
250+
# rpds-py > 0.25.0 requires cargo 1.84.0
251+
# Stable Alpine current only ships cargo 1.83.0
252+
# No wheels upstream available for armhf & armv7
253+
rpds-py==0.24.0
249254
"""
250255

251256
GENERATED_MESSAGE = (

0 commit comments

Comments
 (0)