Skip to content

chore(deps): update ort requirement from =2.0.0-rc.10 to =2.0.0-rc.11#220

Merged
Anush008 merged 3 commits intomainfrom
dependabot/cargo/ort-eq-2.0.0-rc.11
Jan 12, 2026
Merged

chore(deps): update ort requirement from =2.0.0-rc.10 to =2.0.0-rc.11#220
Anush008 merged 3 commits intomainfrom
dependabot/cargo/ort-eq-2.0.0-rc.11

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Updates the requirements on ort to permit the latest version.

Release notes

Sourced from ort's releases.

v2.0.0-rc.11


💖 If you find ort useful, please consider sponsoring us on Open Collective 💖

🤔 Need help upgrading? Ask questions in GitHub Discussions or in the pyke.io Discord server!


I'm sorry it took so long to get to this point, but the next big release of ort should be, finally, 2.0.0 🎉. I know I said that about one of the old alpha releases (if you can even remember those), but I mean it this time! Also, I would really like to not have to do another major release right after, so if you have any concerns about any APIs, please speak now or forever hold your peace!

A huge thank you to all the individuals who have contributed to the Collective over the years: Marius, Urban Pistek, Phu Tran, Haagen, Yunho Cho, Laco Skokan, Noah, Matouš Kučera, mush42, Thomas, Bartek, Kevin Lacker, & Okabintaro. You guys have made these past rc releases possible.

If you are a business using ort, please consider sponsoring me. Egress bandwidth from pyke.io has quadrupled in the last 4 months, and 90% of that comes from just a handful of businesses. I'm lucky enough that I don't have to pay for egress right now, but I don't expect that arrangement to last forever. pyke & ort have been funded entirely from my own personal savings for years, and (as I'm sure you're well aware 😂) everything is getting more expensive, so that definitely isn't sustainable.

Seeing companies that raise tens of millions in funding build large parts of their business on ort, ask for support, and then not give anything back just... seems kind of unfair, no?


ort-web

ort-web allows you to use the fully-featured ONNX Runtime on the Web! This time, it's hack-free and thus here to stay (it won't be removed, and then added back, and then removed again like last time!)

See the crate docs for info on how to port your application to ort-web; there is a little bit of work involved. For a very barebones sample application, see ort-web-sample.

Documentation for ort-web, like the rest of ort, will improve by the time 2.0.0 comes around. If you ever have any questions, you can always reach out via GitHub Discussions or Discord!

Features

Fixes

  • 2ee17aa Fix a memory leak in IoBinding.
  • 317be20 Don't store Environment as a static.
    • This fixes a mutex lock failed: Invalid argument crash on macOS when exiting the process.
  • 466025c Fix unexpected CPU usage when copying GPU tensors.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 12, 2026
Updates the requirements on [ort](https://github.com/pykeio/ort) to permit the latest version.
- [Release notes](https://github.com/pykeio/ort/releases)
- [Commits](pykeio/ort@v2.0.0-rc.10...v2.0.0-rc.11)

---
updated-dependencies:
- dependency-name: ort
  dependency-version: 2.0.0-rc.11
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added rust Pull requests that update rust code dependencies Pull requests that update a dependency file labels Jan 12, 2026
dependabot bot and others added 2 commits January 12, 2026 14:22
* chore(deps): update ndarray requirement from 0.16 to 0.17

Updates the requirements on [ndarray](https://github.com/rust-ndarray/ndarray) to permit the latest version.
- [Release notes](https://github.com/rust-ndarray/ndarray/releases)
- [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md)
- [Commits](rust-ndarray/ndarray@ndarray-rand-0.16.0...0.17.2)

---
updated-dependencies:
- dependency-name: ndarray
  dependency-version: 0.17.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: Upgrade fixes

Signed-off-by: Anush008 <mail@anush.sh>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Anush008 <mail@anush.sh>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anush008 <mail@anush.sh>
Signed-off-by: Anush008 <mail@anush.sh>
@Anush008 Anush008 merged commit 7cd4c97 into main Jan 12, 2026
1 check passed
@Anush008 Anush008 deleted the dependabot/cargo/ort-eq-2.0.0-rc.11 branch January 12, 2026 09:57
github-actions bot pushed a commit that referenced this pull request Jan 12, 2026
## [5.8.1](v5.8.0...v5.8.1) (2026-01-12)

### 🧹 Chores

* **deps:** update ort requirement from =2.0.0-rc.10 to =2.0.0-rc.11 ([#220](#220)) ([7cd4c97](7cd4c97))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 5.8.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

dependencies Pull requests that update a dependency file released rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant