Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/license_finder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
- name: Generate requirements.txt (exclude dev dependencies)
run: |
uv pip compile pyproject.toml -o requirements.txt
uv pip install -r requirements.txt

- name: Run license finder
run: |
uv run license_finder
license_finder --prepare
13 changes: 13 additions & 0 deletions doc/dependency_decisions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,16 @@
:why:
:versions: []
:when: 2022-11-17 17:47:26.832844000 Z
- - :permit
- ISC
- :who: ethan
:why: functionally equivalent to MIT
:versions: []
:when: 2025-11-17 15:49:22.490362000 Z
- - :ignore
- typing-extensions
- :who: ethan
:why: it's part of python and subject to the same license as the language, see
https://github.com/python/typing_extensions/blob/main/LICENSE
:versions: []
:when: 2025-11-17 15:54:33.095491000 Z
Loading