From 6e85f09722994da8daf56e90bcf867c6de0a28dc Mon Sep 17 00:00:00 2001 From: Michael Hansen <mike@rhasspy.org> Date: Mon, 8 Jul 2024 15:50:55 -0500 Subject: [PATCH] Revert webrtc to 1.2.3 (#121561) --- homeassistant/components/assist_pipeline/manifest.json | 2 +- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- script/licenses.py | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/assist_pipeline/manifest.json b/homeassistant/components/assist_pipeline/manifest.json index 5f05cbff3dd..31b3b0d4e32 100644 --- a/homeassistant/components/assist_pipeline/manifest.json +++ b/homeassistant/components/assist_pipeline/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/assist_pipeline", "iot_class": "local_push", "quality_scale": "internal", - "requirements": ["webrtc-noise-gain==1.2.5"] + "requirements": ["webrtc-noise-gain==1.2.3"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 77731780f90..93a27480b7e 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -61,7 +61,7 @@ urllib3>=1.26.5,<2 voluptuous-openapi==0.0.4 voluptuous-serialize==2.6.0 voluptuous==0.15.2 -webrtc-noise-gain==1.2.5 +webrtc-noise-gain==1.2.3 yarl==1.9.4 zeroconf==0.132.2 diff --git a/requirements_all.txt b/requirements_all.txt index f098983ea8a..95ffc0ea9ff 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2881,7 +2881,7 @@ weatherflow4py==0.2.21 webmin-xmlrpc==0.0.2 # homeassistant.components.assist_pipeline -webrtc-noise-gain==1.2.5 +webrtc-noise-gain==1.2.3 # homeassistant.components.whirlpool whirlpool-sixth-sense==0.18.8 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 01cd57cdf72..430851f668e 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -2243,7 +2243,7 @@ weatherflow4py==0.2.21 webmin-xmlrpc==0.0.2 # homeassistant.components.assist_pipeline -webrtc-noise-gain==1.2.5 +webrtc-noise-gain==1.2.3 # homeassistant.components.whirlpool whirlpool-sixth-sense==0.18.8 diff --git a/script/licenses.py b/script/licenses.py index 71dbe8262d9..b560d709d33 100644 --- a/script/licenses.py +++ b/script/licenses.py @@ -172,6 +172,7 @@ EXCEPTIONS = { "tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5 "tellduslive", # https://github.com/molobrakos/tellduslive/pull/24 "tellsticknet", # https://github.com/molobrakos/tellsticknet/pull/33 + "webrtc_noise_gain", # https://github.com/rhasspy/webrtc-noise-gain/pull/24 "vincenty", # Public domain "zeversolar", # https://github.com/kvanzuijlen/zeversolar/pull/46 } -- GitLab