From 45c7b9ccb8e4bf6f90cb9bbe9fe8bec359657356 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 4 Feb 2026 12:19:49 +0100 Subject: [PATCH] Pin auth0-python to <5.0 (#162203) --- homeassistant/package_constraints.txt | 5 +++++ script/gen_requirements_all.py | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 0fe3c101ab5..67ed453225a 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -231,3 +231,8 @@ pytest-rerunfailures==16.0.1 # Fixes detected blocking call to load_default_certs https://github.com/home-assistant/core/issues/157475 aiomqtt>=2.5.0 + +# auth0-python v5.0 is a major rewrite with breaking changes +# used by sharkiq==1.5.0 +# https://github.com/auth0/auth0-python/releases/tag/5.0.0 +auth0-python<5.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index e3d20f23d17..0cbfbbc2b31 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -220,6 +220,11 @@ pytest-rerunfailures==16.0.1 # Fixes detected blocking call to load_default_certs https://github.com/home-assistant/core/issues/157475 aiomqtt>=2.5.0 + +# auth0-python v5.0 is a major rewrite with breaking changes +# used by sharkiq==1.5.0 +# https://github.com/auth0/auth0-python/releases/tag/5.0.0 +auth0-python<5.0 """ GENERATED_MESSAGE = (