chore(deps): update hugot to v0.7 and bump native deps#176
Merged
Conversation
Owner
Author
go-sdk v1.5 → v1.6 changelog audit (per #167 AC)Trace explicite pour le record — l'AC du ticket demandait cette section avant merge. Breaking changes amontSource : v1.6.0-pre.1 release notes (le tag
Vérification empirique$ grep -rn "SetError\|StreamableHTTPOptions\|jsonescaping\|disablecrossoriginprotection\|CrossOriginProtection" cmd/ internal/
# (aucun match)ConclusionTous les breaking changes du minor → Surface d'attention pour le futur
Nouvelles features non utilisées (additives, no break)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the
hugotdependency to v0.7 along with related transitive dependencies, and adjusts the ONNX Runtime integration to match the new API surface.Changes
hugotto v0.7 ingo.mod/go.sum(30 module updates)internal/ort/ort.goandinternal/ort/ort_test.goto align with the newhugotv0.7 APIinternal/embed/hugot.gofor compatibility.github/actions/install-native-deps/action.ymlandjustfileTest plan
just buildsucceeds with updated native depsgo test ./internal/ort/...passesgo test ./internal/embed/...passesFixes #167