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 = (