From d950b2dfc5faa599db43b847c7f5ab4b090141c5 Mon Sep 17 00:00:00 2001 From: Grant Gainey Date: Mon, 12 Jan 2026 10:23:54 -0500 Subject: [PATCH] Pin pycares<5 so old supported-branches of plugins don't get bitten. --- templates/github/.ci/assets/ci_constraints.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/github/.ci/assets/ci_constraints.txt b/templates/github/.ci/assets/ci_constraints.txt index 9e941e96..c8070aff 100644 --- a/templates/github/.ci/assets/ci_constraints.txt +++ b/templates/github/.ci/assets/ci_constraints.txt @@ -11,4 +11,8 @@ multidict!=6.3.0 azure-storage-blob!=12.28.* -# Apperently does not work with current azurite. +# Apparently does not work with current azurite. + + +pycares<5 +# older aiodns versions don't pin pycares UB, and are broken by pycares>=5