Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Problem: Hare builds are failing for main and custom-ci branches (#2122)
Browse files Browse the repository at this point in the history
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 <deepak.nayak@seagate.com>
  • Loading branch information
d-nayak authored Jun 20, 2022
1 parent a62850a commit 8781c65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hax/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8781c65

Please sign in to comment.