From 8c997cb6a949c04e90d9d102b474a7cd4dbf31c8 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Mon, 19 Jan 2026 10:47:00 +0100 Subject: [PATCH] Add selenium to FORBIDDEN_PACKAGE_EXCEPTIONS (#161216) --- script/hassfest/requirements.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/script/hassfest/requirements.py b/script/hassfest/requirements.py index f13654d751c..ee02896b6f0 100644 --- a/script/hassfest/requirements.py +++ b/script/hassfest/requirements.py @@ -224,6 +224,11 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = { "sense": {"sense-energy": {"async-timeout"}}, "slimproto": {"aioslimproto": {"async-timeout"}}, "surepetcare": {"surepy": {"async-timeout"}}, + "tami4": { + # https://github.com/SeleniumHQ/selenium/issues/16943 + # tami4 > selenium > types* + "selenium": {"types-certifi", "types-urllib3"}, + }, "travisci": { # https://github.com/menegazzo/travispy seems to be unmaintained # and unused https://www.home-assistant.io/integrations/travisci