From a8c1a8e17f799701b4fd90afb0b77a589a2df2fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 18:37:28 +0000 Subject: [PATCH] docs: update onnx Add version 1.22.0 As of 1.22.0, upstream includes a NOTICE file containing all relevant 3rd-party licenses, so indicate that. Also tweak the licensing field to match the typical license naming convention, and mention our decision to skip a maxpool test with a link to the upstream issue tracker for why. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Trevor Gamblin --- docs/packages/onnx.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/packages/onnx.yaml b/docs/packages/onnx.yaml index a265dfa..48d2fea 100644 --- a/docs/packages/onnx.yaml +++ b/docs/packages/onnx.yaml @@ -1,10 +1,16 @@ package-name: onnx source-code: https://github.com/onnx/onnx -license: Apache License v2.0 +license: Apache-2.0 warning: | onnx links against abseil, which is Apache-2.0 licensed. See the - LICENSE_NOTES.md file included in the wheel for licensing information - about that project. + LICENSE_NOTES.md file included in the wheel (versions 1.21.0 and older) for + licensing information about that project. As of 1.22.0, onnx ships a NOTICE + file containing licensing info for all linked libraries, making the + LICENSE_NOTES.md patch obsolete. +comment: | + We skip the maxpool_2d_uint8_cpu test as it fails consistently in our build + environment, and has several related issues open upstream: + https://github.com/onnx/onnx/issues?q=is%3Aissue%20state%3Aopen%20maxpool versions: - version: 1.19.1 patched: @@ -14,3 +20,4 @@ versions: patched: - version: 1.21.0 patched: + - version: 1.22.0