Skip to content

Bump onnx from 1.16.0 to 1.21.0 in /python#62285

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python/onnx-1.21.0
Open

Bump onnx from 1.16.0 to 1.21.0 in /python#62285
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python/onnx-1.21.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps onnx from 1.16.0 to 1.21.0.

Release notes

Sourced from onnx's releases.

v1.21.0

ONNX v1.21.0 is now available with exciting new features! We would like to thank everyone who contributed to this release! Please visit onnx.ai to learn more about ONNX and associated projects.

What's Changed

Breaking Changes and Deprecations

Spec and Operator

Reference Implementation

Utilities and Tools

Build, CI and Tests

... (truncated)

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 1, 2026
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

oauthlib==3.2.2
# via requests-oauthlib
onnx==1.16.0 ; sys_platform != "darwin" or platform_machine != "arm64"
onnx==1.21.0 ; sys_platform != "darwin" or platform_machine != "arm64"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Source requirements file not updated, inconsistent with compiled

High Severity

The compiled requirements files bump onnx to 1.21.0, but the source file python/requirements/ml/rllib-requirements.txt still pins onnx==1.16.0. This inconsistency means the compiled output no longer matches its source. Any recompilation of requirements will revert onnx back to 1.16.0. Additionally, onnxruntime==1.18.0 (kept at its current version) is only compatible with onnx==1.16 per the official ONNX Runtime compatibility matrix, making this version combination potentially broken at runtime.

Additional Locations (1)
Fix in Cursor Fix in Web

@ray-gardener ray-gardener bot added rllib RLlib related issues core Issues that should be addressed in Ray Core labels Apr 2, 2026
Bumps [onnx](https://github.com/onnx/onnx) from 1.16.0 to 1.21.0.
- [Release notes](https://github.com/onnx/onnx/releases)
- [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md)
- [Commits](onnx/onnx@v1.16.0...v1.21.0)

---
updated-dependencies:
- dependency-name: onnx
  dependency-version: 1.21.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/python/onnx-1.21.0 branch from cd8b06e to 3b3d307 Compare April 3, 2026 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Issues that should be addressed in Ray Core dependencies Pull requests that update a dependency file python Pull requests that update Python code rllib RLlib related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants