From b5316b39638c2b98fac71c89635bed397d379de9 Mon Sep 17 00:00:00 2001 From: Matthias Dellweg <2500@gmx.de> Date: Wed, 18 Jun 2025 10:31:58 +0200 Subject: [PATCH] Revert "Add pycares!=4.9.0 to ci_constraints.txt" This reverts commit 42b1ee7fcbeb8eecd860266173f55d3fa87317cb. It turned out to be more than just a single bad release of pycares. Instead, we need to carefully adjust the aiodns version range on individual release branches. --- templates/github/.ci/assets/ci_constraints.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/github/.ci/assets/ci_constraints.txt b/templates/github/.ci/assets/ci_constraints.txt index a12aeff5..8f41e3f6 100644 --- a/templates/github/.ci/assets/ci_constraints.txt +++ b/templates/github/.ci/assets/ci_constraints.txt @@ -8,8 +8,3 @@ tablib!=3.6.0 multidict!=6.3.0 # This release failed the lower bounds test for some case sensitivity in CIMultiDict. - - -pycares!=4.9.0 -# This release introduced a regression which may cause pytest runs to hang indefinitely. -# https://github.com/saghul/pycares/releases/tag/v4.9.0