Revert pin on AlexaPy (#101123)

This commit is contained in:
Franck Nijhof 2023-09-29 19:40:13 +02:00 committed by GitHub
parent 339b95c79f
commit a19c6fe9ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

@ -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.

View File

@ -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.