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:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user