1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

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

This commit is contained in:
Franck Nijhof
2023-09-29 14:43:03 +02:00
committed by GitHub
parent 97e5504ddd
commit b8a7ad916a
3 changed files with 13 additions and 3 deletions

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 = (