mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Pin click to fix typer issue (#68808)
Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
parent
38a7c7438e
commit
f067aa6d71
@ -101,3 +101,7 @@ multidict>=6.0.2
|
|||||||
# Required for compatibility with point integration - ensure_active_token
|
# Required for compatibility with point integration - ensure_active_token
|
||||||
# https://github.com/home-assistant/core/pull/68176
|
# https://github.com/home-assistant/core/pull/68176
|
||||||
authlib<1.0
|
authlib<1.0
|
||||||
|
|
||||||
|
# Required for compatibility with typer, used by pyunifiprotect integration
|
||||||
|
# https://github.com/tiangolo/typer/pull/375
|
||||||
|
click<=8.0.4"
|
||||||
|
@ -118,6 +118,10 @@ multidict>=6.0.2
|
|||||||
# Required for compatibility with point integration - ensure_active_token
|
# Required for compatibility with point integration - ensure_active_token
|
||||||
# https://github.com/home-assistant/core/pull/68176
|
# https://github.com/home-assistant/core/pull/68176
|
||||||
authlib<1.0
|
authlib<1.0
|
||||||
|
|
||||||
|
# Required for compatibility with typer, used by pyunifiprotect integration
|
||||||
|
# https://github.com/tiangolo/typer/pull/375
|
||||||
|
click<=8.0.4"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user