From b4f7d2022c2ecc61a856515f70091b6196d5e156 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Thu, 5 Jun 2025 01:07:44 +0200 Subject: [PATCH] Build rpds-py 0.26.0 --- .github/workflows/wheels.yml | 1 + homeassistant/package_constraints.txt | 2 +- script/gen_requirements_all.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 72d99fecb9c..b23ddc51b59 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -235,6 +235,7 @@ jobs: - name: Create requirements file for custom build run: | touch requirements_custom.txt + echo "rpds_py==0.26.0" >> requirements_custom.txt - name: Build wheels (custom) uses: cdce8p/wheels@master diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 24c107e5611..67f7af3821b 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -212,4 +212,4 @@ 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 +# rpds-py==0.24.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 13bb3384258..f37953dcac3 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -238,7 +238,7 @@ 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 +# rpds-py==0.24.0 """ GENERATED_MESSAGE = (