[https://nvbugs/6207749][fix] Replace the spec with onnx>=1.21.0 in requirements.txt; mirror in `security_#14577
Conversation
Drop the <1.20.0 upper-bound cap and raise the floor to 1.21.0 to pull in the fix for GHSA-538c-55jv-c5g9. Mirror the change in security_scanning/pyproject.toml so the security-scan pin tracks the runtime requirement. Signed-off-by: tensorrt-cicd <[email protected]>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis pull request updates the ONNX library version requirement across the project. The minimum version constraint is raised from 1.18.0 to 1.21.0, removing the previous upper bound restriction of 1.20.0. This change is reflected in both the root ChangesONNX Dependency Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/bot run |
|
PR_Github #50524 [ run ] triggered by Bot. Commit: |
|
PR_Github #50524 [ run ] completed with state
|
|
/bot run --disable-fail-fast |
|
PR_Github #50677 [ run ] triggered by Bot. Commit: |
|
PR_Github #50677 [ run ] completed with state |
Summary
requirements.txtpinsonnx>=1.18.0,<1.20.0; the<1.20.0cap blocks resolving the fixed lineonnx>=1.21.0per GHSA-538c-55jv-c5g9.onnx>=1.21.0inrequirements.txt; mirror insecurity_scanning/pyproject.tomlfor consistency.Test plan
Links
Summary by CodeRabbit