diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d12841e372c..54b8b705d2e 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.25.1" >> requirements_custom.txt - name: Build wheels (custom) uses: cdce8p/wheels@master diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 2f52348d137..3b2fd91040d 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -217,4 +217,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 ac717b97185..26c449759c5 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -242,7 +242,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 = (