From f54d0ccbd74e8a4e401df864830d11561c782056 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.25.1 --- .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 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 = (