Skip to content

Commit 98fd0ee

Browse files
authored
Exempt wsproto from license check (home-assistant#156418)
1 parent 303e4ce commit 98fd0ee

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: 1
40+
CACHE_VERSION: 2
4141
UV_CACHE_VERSION: 1
4242
MYPY_CACHE_VERSION: 1
4343
HA_SHORT_VERSION: "2025.12"

script/licenses.py

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

208209
# fmt: off

0 commit comments

Comments
 (0)