From 773564d4f541cd4eb0de8bb37700391376261661 Mon Sep 17 00:00:00 2001
From: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Date: Fri, 11 Oct 2024 09:59:43 +0200
Subject: [PATCH] Fix license script for ftfy (#128138)

---
 .github/workflows/ci.yaml | 2 +-
 script/licenses.py        | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 00eda06042c..2a17e0b2d42 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -37,7 +37,7 @@ on:
         type: boolean
 
 env:
-  CACHE_VERSION: 10
+  CACHE_VERSION: 11
   UV_CACHE_VERSION: 1
   MYPY_CACHE_VERSION: 9
   HA_SHORT_VERSION: "2024.10"
diff --git a/script/licenses.py b/script/licenses.py
index f39dcf13c14..b04b3cd2726 100644
--- a/script/licenses.py
+++ b/script/licenses.py
@@ -165,6 +165,8 @@ EXCEPTIONS = {
     "tapsaff",  # https://github.com/bazwilliams/python-taps-aff/pull/5
     "vincenty",  # Public domain
     "zeversolar",  # https://github.com/kvanzuijlen/zeversolar/pull/46
+    # Using License-Expression (with hatchling)
+    "ftfy",  # Apache-2.0
 }
 
 TODO = {
-- 
GitLab