From 5c65959f92c602f3c06ce419e5fe52ddf033b7e3 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 11 Dec 2025 01:22:39 +0100 Subject: [PATCH] Pin pycares to 4.11.0 pycares 5.0 was released which is not compatible with aiodns yet --- 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 909a96ad75a799..5651b72092075c 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -223,3 +223,6 @@ gql<4.0.0 # Pin pytest-rerunfailures to prevent accidental breaks pytest-rerunfailures==16.0.1 + +# pycares 5.x is not yet compatible with aiodns +pycares==4.11.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index cc89285302ac87..e61021acc4d109 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -214,6 +214,9 @@ # Pin pytest-rerunfailures to prevent accidental breaks pytest-rerunfailures==16.0.1 + +# pycares 5.x is not yet compatible with aiodns +pycares==4.11.0 """ GENERATED_MESSAGE = (