From 8781c65ecff0f58fda7413f6e75e556e1505f17b Mon Sep 17 00:00:00 2001 From: d-nayak <102348573+d-nayak@users.noreply.github.com> Date: Mon, 20 Jun 2022 18:38:40 +0530 Subject: [PATCH] Problem: Hare builds are failing for main and custom-ci branches (#2122) Solution: The issue was with the version of charset-normalizer, a package that aiohttp (a package required by HARE) was pulling in as a depend. We have now set the version of charset-normalizer to 2.0.12 - which works with aiohttp 3.8.1 as required by HARE. Signed-off-by: Deepak Nayak --- hax/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/hax/requirements.txt b/hax/requirements.txt index 8d027ff5f..76067bbc6 100644 --- a/hax/requirements.txt +++ b/hax/requirements.txt @@ -19,6 +19,7 @@ recordclass==0.14 #:runtime-requirements: idna==2.10 +charset-normalizer==2.0.12 aiohttp==3.8.1 click==8.0.1 dataclasses==0.8