Skip to content

Commit f8a8fb5

Browse files
authored
Except ujson from license check (#150980)
1 parent f9575a3 commit f8a8fb5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737
type: boolean
3838

3939
env:
40-
CACHE_VERSION: 5
40+
CACHE_VERSION: 6
4141
UV_CACHE_VERSION: 1
4242
MYPY_CACHE_VERSION: 1
4343
HA_SHORT_VERSION: "2025.9"

script/licenses.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ def from_dict(cls, data: PackageMetadata) -> PackageDefinition:
202202
"pysabnzbd", # https://github.com/jeradM/pysabnzbd/pull/6
203203
"sharp_aquos_rc", # https://github.com/jmoore987/sharp_aquos_rc/pull/14
204204
"tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5
205+
"ujson", # https://github.com/ultrajson/ultrajson/blob/main/LICENSE.txt
205206
}
206207

207208
# fmt: off

0 commit comments

Comments
 (0)