From 8e748c683f07a194db120dc6b946a116ffbd0318 Mon Sep 17 00:00:00 2001 From: TheJulianJES Date: Wed, 12 Nov 2025 01:11:32 +0100 Subject: [PATCH 1/2] Except `wsproto` from license check --- script/licenses.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/licenses.py b/script/licenses.py index 15d10643fec35f..3c77618f4219e4 100644 --- a/script/licenses.py +++ b/script/licenses.py @@ -203,6 +203,7 @@ def from_dict(cls, data: PackageMetadata) -> PackageDefinition: "sharp_aquos_rc", # https://github.com/jmoore987/sharp_aquos_rc/pull/14 "tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5 "ujson", # https://github.com/ultrajson/ultrajson/blob/main/LICENSE.txt + "wsproto", # https://github.com/python-hyper/wsproto/pull/194 } # fmt: off From 45864af3170e566fa19ddb7031a0bc9203132bca Mon Sep 17 00:00:00 2001 From: TheJulianJES Date: Wed, 12 Nov 2025 01:13:15 +0100 Subject: [PATCH 2/2] Bump CI cache version --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6dba415e0e4fe1..7c3eb49efb335c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ on: type: boolean env: - CACHE_VERSION: 1 + CACHE_VERSION: 2 UV_CACHE_VERSION: 1 MYPY_CACHE_VERSION: 1 HA_SHORT_VERSION: "2025.12"