diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 4f5868e2fff..d6f923f0047 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -174,10 +174,6 @@ pysnmp==1000000000.0.0 # breaks getmac due to them both sharing the same python package name inside 'getmac'. 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. diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index e87e8b16bcb..e27b681f998 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -176,10 +176,6 @@ pysnmp==1000000000.0.0 # breaks getmac due to them both sharing the same python package name inside 'getmac'. 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.