From 9281ab018cae98b83a30f07e4cbaa1fcc1f65eaf Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Wed, 7 Jan 2026 14:21:49 +0100 Subject: [PATCH] Constraint aiomqtt>=2.5.0 to fix blocking call (#160410) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- homeassistant/package_constraints.txt | 3 +++ script/gen_requirements_all.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 0e986a4d94f..f4af15fc547 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -226,3 +226,6 @@ gql<4.0.0 # Pin pytest-rerunfailures to prevent accidental breaks pytest-rerunfailures==16.0.1 + +# Fixes detected blocking call to load_default_certs https://github.com/home-assistant/core/issues/157475 +aiomqtt>=2.5.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 0f542aeb1bb..e3d20f23d17 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -217,6 +217,9 @@ gql<4.0.0 # Pin pytest-rerunfailures to prevent accidental breaks pytest-rerunfailures==16.0.1 + +# Fixes detected blocking call to load_default_certs https://github.com/home-assistant/core/issues/157475 +aiomqtt>=2.5.0 """ GENERATED_MESSAGE = (