diff --git a/.github/workflows/license_finder.yml b/.github/workflows/license_finder.yml index 878851874..f5b4035e0 100644 --- a/.github/workflows/license_finder.yml +++ b/.github/workflows/license_finder.yml @@ -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 diff --git a/doc/dependency_decisions.yml b/doc/dependency_decisions.yml index 1bed1572e..78943b55a 100644 --- a/doc/dependency_decisions.yml +++ b/doc/dependency_decisions.yml @@ -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