Skip to content

build(deps): 📦 update ort dependency to version 1.24.2 and fix ort-sys cdn errors#83

Merged
onuralpszr merged 1 commit intomainfrom
fix/ort-version-fix
Feb 23, 2026
Merged

build(deps): 📦 update ort dependency to version 1.24.2 and fix ort-sys cdn errors#83
onuralpszr merged 1 commit intomainfrom
fix/ort-version-fix

Conversation

@onuralpszr
Copy link
Copy Markdown
Member

@onuralpszr onuralpszr commented Feb 23, 2026

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Bumps the Rust ort (ONNX Runtime) dependency to target ONNX Runtime 1.24.2 for improved performance and updated binaries 🚀

📊 Key Changes

  • Updated the ort Git dependency revision in Cargo.toml to a newer commit (now aligned with ONNX Runtime 1.24.2) 🔄
  • Kept the same feature set (std, ndarray, download-binaries) while upgrading the underlying ONNX Runtime version ⚙️
  • Regenerated Cargo.lock to reflect the dependency update 📌

🎯 Purpose & Impact

  • Potentially faster and more efficient inference thanks to the newer ONNX Runtime release ⚡
  • Better compatibility with the latest ONNX Runtime binaries and upstream fixes 🛠️
  • Small upgrade risk: dependency bumps can introduce subtle behavior changes, so downstream users may want to re-test their pipelines after updating ✅
📋 Skipped 1 file (lock files, generated, images, etc.)
  • Cargo.lock

…s cdn errors

Signed-off-by: Onuralp SEZER <onuralp@ultralytics.com>
@UltralyticsAssistant UltralyticsAssistant added bug Something isn't working dependencies Dependency-related topics fixed Bug has been resolved labels Feb 23, 2026
Copy link
Copy Markdown
Member

@UltralyticsAssistant UltralyticsAssistant left a comment

Choose a reason for hiding this comment

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

🔍 PR Review

Made with ❤️ by Ultralytics Actions

PR looks clean. The dependency update is consistent across Cargo.toml and Cargo.lock, and no issues were found in the diff.

📋 Skipped 1 file (lock files, generated, images, etc.)
  • Cargo.lock

@UltralyticsAssistant
Copy link
Copy Markdown
Member

👋 Hello @onuralpszr, thank you for submitting a ultralytics/inference 🚀 PR! This is an automated message—an Ultralytics engineer will review and assist soon 🤝

-✅ Define a Purpose: Clearly explain the purpose of your fix or feature in your PR description, and link to any relevant issues. Ensure your commit messages are clear, concise, and adhere to the project's conventions.
-✅ Synchronize with Source: Confirm your PR is synchronized with the ultralytics/inference main branch. If it's behind, update it by clicking the 'Update branch' button or by running git pull and git merge main locally.
-✅ Ensure CI Checks Pass: Verify all Ultralytics Continuous Integration (CI) checks are passing. If any checks fail, please address the issues.
-✅ Update Documentation: Update the relevant documentation for any new or modified features.
-✅ Add Tests: If applicable, include or update tests to cover your changes, and confirm that all tests are passing.
-✅ Sign the CLA: Please ensure you have signed our Contributor License Agreement if this is your first Ultralytics PR by writing "I have read the CLA Document and I sign the CLA" in a new message.
-✅ Minimize Changes: Limit your changes to the minimum necessary for your bug fix or feature addition. "It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is." — Bruce Lee

For more guidance, please refer to our Contributing Guide. Don't hesitate to leave a comment if you have any questions. Thank you for contributing to Ultralytics! 🚀

@UltralyticsAssistant UltralyticsAssistant dismissed their stale review February 23, 2026 08:32

Superseded by new review

Copy link
Copy Markdown
Member

@UltralyticsAssistant UltralyticsAssistant left a comment

Choose a reason for hiding this comment

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

🔍 PR Review 2

Made with ❤️ by Ultralytics Actions

PR looks clean: dependency rev bump and lockfile update only, no issues found in the diff.

📋 Skipped 1 file (lock files, generated, images, etc.)
  • Cargo.lock

@onuralpszr onuralpszr merged commit 149496b into main Feb 23, 2026
9 checks passed
@onuralpszr onuralpszr deleted the fix/ort-version-fix branch February 23, 2026 08:49
@UltralyticsAssistant
Copy link
Copy Markdown
Member

Merged—fantastic work, @onuralpszr. Thank you for driving this ort bump to align with ONNX Runtime 1.24.2 and keeping the feature set intact while cleanly updating Cargo.toml + regenerating the lockfile.

As Leonardo da Vinci said, “Details make perfection, and perfection is not a detail.” This PR is a great example of that mindset: a focused dependency upgrade that quietly unlocks better performance, fresher binaries, and upstream fixes—exactly the kind of steady improvement that strengthens Ultralytics Inference for everyone.

Appreciate you helping keep our runtime stack sharp and reliable.

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies Dependency-related topics fixed Bug has been resolved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants