Skip to content

Bump OrtVersion to 1.29.0 to match onnxruntime_go v1.33.0 - #11

Merged
johnsabath merged 1 commit into
mainfrom
fix/ort-version-1.29
Aug 20, 2026
Merged

Bump OrtVersion to 1.29.0 to match onnxruntime_go v1.33.0#11
johnsabath merged 1 commit into
mainfrom
fix/ort-version-1.29

Conversation

@johnsabath

Copy link
Copy Markdown
Collaborator

Bump OrtVersion from 1.26.0 to 1.29.0, matching the ORT release onnxruntime_go v1.33.0 is built against.

onnxruntime_go moved 1.31.0 → 1.33.0 in #8, a grouped dependency PR, without a matching OrtVersion bump — breaking the coupling the constant's own comment names. That binding now vendors ORT_API_VERSION 29, while OrtVersion still pointed semantic init at the 1.26.0 library (API 26), so any binary built since #8 merged fails on real inference:

The requested API version [29] is not available, only API versions [1, 26] are supported in this build.

It shipped straight into v0.2.0 — nothing in CI catches it, since the real-model tests skip when no model is installed. Also added a comment on the dependabot go-dependencies group, the mechanism that let this slip through unreviewed, so the next grouped bump gets checked for it.

Proved by reproducing the crash pre-fix, then running semantic init + a real search post-fix. Full suite — including the real-model and E2E tests, which only execute once the model's installed — passes with 0 skips; lint/deps/licenses clean.

The go-dependencies group bump (#8) took onnxruntime_go from 1.31.0 to
1.33.0 without bumping OrtVersion alongside it, breaking the coupling
the constant's own comment warns about. onnxruntime_go v1.33.0 vendors
ORT_API_VERSION 29, so any binary built since #8 merged fails on
inference against the 1.26.0 library `semantic init` downloads:

    The requested API version [29] is not available, only API
    versions [1, 26] are supported in this build.

Nothing caught it because the affected tests skip when no model is
installed, and shipped straight into the v0.2.0 release. ORT 1.29.0 is
the release that defines ORT_API_VERSION 29; confirmed prebuilt
archives exist for every platform this repo downloads for.

Also note the coupling next to the dependabot group that broke it, so
a reviewer of the next grouped bump knows to check for it.

Signed-off-by: John Sabath <john@reactor.inc>
@johnsabath
johnsabath merged commit 6919859 into main Aug 20, 2026
9 checks passed
@johnsabath
johnsabath deleted the fix/ort-version-1.29 branch August 20, 2026 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant