1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Pin auth0-python to <5.0 (#162203)

This commit is contained in:
Marc Mueller
2026-02-04 12:19:49 +01:00
committed by GitHub
parent 3ad1a57dfc
commit 45c7b9ccb8
2 changed files with 10 additions and 0 deletions

View File

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

View File

@@ -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 = (