From 003ee5a6994f4999a8083ff24e4cd4f4c257fad5 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Mon, 16 Mar 2026 06:56:10 -0400 Subject: [PATCH] Remove aiohasupervisor from pyproject.toml (#165512) --- homeassistant/package_constraints.txt | 1 - pyproject.toml | 4 ---- requirements.txt | 1 - 3 files changed, 6 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 411b8593df4..90f73c2b807 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -4,7 +4,6 @@ aiodhcpwatcher==1.2.1 aiodiscover==2.7.1 aiodns==4.0.0 aiogithubapi==26.0.0 -aiohasupervisor==0.3.3 aiohttp-asyncmdnsresolver==0.1.1 aiohttp-fast-zlib==0.3.0 aiohttp==3.13.3 diff --git a/pyproject.toml b/pyproject.toml index af79d2680d4..675bb4882a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,10 +28,6 @@ dependencies = [ # module level in `bootstrap.py` and its requirements thus need to be in # requirements.txt to ensure they are always installed "aiogithubapi==26.0.0", - # Integrations may depend on hassio integration without listing it to - # change behavior based on presence of supervisor. Deprecated with #127228 - # Lib can be removed with 2025.11 - "aiohasupervisor==0.3.3", "aiohttp==3.13.3", "aiohttp_cors==0.8.1", "aiohttp-fast-zlib==0.3.0", diff --git a/requirements.txt b/requirements.txt index 9e183ff7624..23ac2baa2eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,6 @@ # Home Assistant Core aiodns==4.0.0 aiogithubapi==26.0.0 -aiohasupervisor==0.3.3 aiohttp-asyncmdnsresolver==0.1.1 aiohttp-fast-zlib==0.3.0 aiohttp==3.13.3