Pin charset-normalizer in our package constraints (#101107)

This commit is contained in:
Franck Nijhof
2023-09-30 10:53:25 +02:00
parent 124eda6906
commit c1ade85d65
3 changed files with 13 additions and 3 deletions
+5
View File
@@ -179,6 +179,11 @@ get-mac==1000000000.0.0
# Circular dependency on homeassistant itself
# https://gitlab.com/keatontaylor/alexapy/-/blob/v1.27.0/pyproject.toml#L29
alexapy<1.27.0
# We want to skip the binary wheels for the 'charset-normalizer' packages.
# They are build with mypyc, but causes issues with our wheel builder.
# In order to do so, we need to constrain the version.
charset-normalizer==3.2.0
"""
IGNORE_PRE_COMMIT_HOOK_ID = (