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

Commit 8781c65

Browse files
authored
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 <[email protected]>
1 parent a62850a commit 8781c65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hax/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ recordclass==0.14
1919

2020
#:runtime-requirements:
2121
idna==2.10
22+
charset-normalizer==2.0.12
2223
aiohttp==3.8.1
2324
click==8.0.1
2425
dataclasses==0.8

0 commit comments

Comments
 (0)