Cleanup package constraints (#68833)
Co-authored-by: epenet <epenet@users.noreply.github.com>pull/68825/head
parent
99c0ef9ab8
commit
826423d8ed
|
@ -102,4 +102,4 @@ authlib<1.0
|
|||
|
||||
# Required for compatibility with typer, used by pyunifiprotect integration
|
||||
# https://github.com/tiangolo/typer/pull/375
|
||||
click<=8.0.4"
|
||||
click<=8.0.4
|
||||
|
|
|
@ -131,7 +131,7 @@ authlib<1.0
|
|||
|
||||
# Required for compatibility with typer, used by pyunifiprotect integration
|
||||
# https://github.com/tiangolo/typer/pull/375
|
||||
click<=8.0.4"
|
||||
click<=8.0.4
|
||||
"""
|
||||
|
||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||
|
|
Loading…
Reference in New Issue