Skip to content

Commit 258eaec

Browse files
authored
RSDK-12365 - fix license_finder (#1037)
1 parent a97c3ff commit 258eaec

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/license_finder.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
- name: Generate requirements.txt (exclude dev dependencies)
3636
run: |
3737
uv pip compile pyproject.toml -o requirements.txt
38-
uv pip install -r requirements.txt
3938
4039
- name: Run license finder
4140
run: |
42-
uv run license_finder
41+
license_finder --prepare

doc/dependency_decisions.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,16 @@
6161
:why:
6262
:versions: []
6363
:when: 2022-11-17 17:47:26.832844000 Z
64+
- - :permit
65+
- ISC
66+
- :who: ethan
67+
:why: functionally equivalent to MIT
68+
:versions: []
69+
:when: 2025-11-17 15:49:22.490362000 Z
70+
- - :ignore
71+
- typing-extensions
72+
- :who: ethan
73+
:why: it's part of python and subject to the same license as the language, see
74+
https://github.com/python/typing_extensions/blob/main/LICENSE
75+
:versions: []
76+
:when: 2025-11-17 15:54:33.095491000 Z

0 commit comments

Comments
 (0)