diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index d7505d6619f..f65ea662d5f 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -236,3 +236,6 @@ aiomqtt>=2.5.0 # used by sharkiq==1.5.0 # https://github.com/auth0/auth0-python/releases/tag/5.0.0 auth0-python<5.0 + +# Setuptools >=82.0.0 doesn't contain pkg_resources anymore +setuptools<82.0.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 0cbfbbc2b31..375716b6d71 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -225,6 +225,9 @@ aiomqtt>=2.5.0 # used by sharkiq==1.5.0 # https://github.com/auth0/auth0-python/releases/tag/5.0.0 auth0-python<5.0 + +# Setuptools >=82.0.0 doesn't contain pkg_resources anymore +setuptools<82.0.0 """ GENERATED_MESSAGE = (