From 2c0153a32ed6f5c787bafd99099041d65dd85ae4 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Thu, 31 Mar 2022 14:53:18 +0200 Subject: [PATCH] Revert "Pin click to fix typer issue" (#68927) --- homeassistant/package_constraints.txt | 4 ---- script/gen_requirements_all.py | 4 ---- 2 files changed, 8 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 9e0f7d5ea23..641a78fb4a4 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -101,7 +101,3 @@ multidict>=6.0.2 # Required for compatibility with point integration - ensure_active_token # https://github.com/home-assistant/core/pull/68176 authlib<1.0 - -# Required for compatibility with typer, used by pyunifiprotect integration -# https://github.com/tiangolo/typer/pull/375 -click<=8.0.4 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index e3545ac0ece..c48a59f90d3 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -118,10 +118,6 @@ multidict>=6.0.2 # Required for compatibility with point integration - ensure_active_token # https://github.com/home-assistant/core/pull/68176 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 = (