docs: add third-party license audit report#26
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Apache-2.0license to surface potential incompatibilities and compliance tasks.Description
THIRD_PARTY_LICENSE_AUDIT.mdwhich documents scope, methodology, and a per-dependency license table derived from theuv.lockclosure (runtime +translationextra +dev).certifi,pathspec,tqdm) and one package with missing/unknown metadata (sentencepiece) and enumerates 25 lockfile packages that were not resolvable in this environment and need manual verification.LICENSEand include third-party notices / upstream license texts when bundling dependencies.Testing
uv run ruff checkand all checks passed.uv run mypyand type checks passed (no issues reported).uv run pytestand all tests passed (180 passed).uv sync --locked --all-extras --devbut it failed in this environment due to network/tunnel errors preventing download of some packages (notablytorchand several CUDA-related deps), so those packages are listed in the audit as requiring manual verification before release.Codex Task