From fe0c92b6c5a1eb283bdebdd87f3602b468277aee Mon Sep 17 00:00:00 2001 From: TheJulianJES Date: Mon, 22 Dec 2025 18:47:02 +0100 Subject: [PATCH] Exempt pyparsing from license check (#159605) --- .github/workflows/ci.yaml | 2 +- script/licenses.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d8e2b92c39b..a7ae883be81 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ on: type: boolean env: - CACHE_VERSION: 2 + CACHE_VERSION: 3 UV_CACHE_VERSION: 1 MYPY_CACHE_VERSION: 1 HA_SHORT_VERSION: "2026.1" diff --git a/script/licenses.py b/script/licenses.py index 15d10643fec..370c1426a1f 100644 --- a/script/licenses.py +++ b/script/licenses.py @@ -203,6 +203,7 @@ EXCEPTIONS = { "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 + "pyparsing", # MIT } # fmt: off