diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 22ce4e772d2..7b73b9b9b00 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -42,6 +42,9 @@ httplib2>=0.18.0 # This is a old unmaintained library and is replaced with pycryptodome pycrypto==1000000000.0.0 +# To remove reliance on typing +btlewrap>=0.0.10 + # This overrides a built-in Python package enum34==1000000000.0.0 typing==1000000000.0.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 5947fd9ed5f..07883dc6221 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -71,6 +71,9 @@ httplib2>=0.18.0 # This is a old unmaintained library and is replaced with pycryptodome pycrypto==1000000000.0.0 +# To remove reliance on typing +btlewrap>=0.0.10 + # This overrides a built-in Python package enum34==1000000000.0.0 typing==1000000000.0.0