Bump Foundry Local Core to 1.2.1 and ORT-GenAI to 0.14.1#775
Merged
Conversation
Aligns sdk/ pins with the neutron-server FLCore 1.2.1 patch cut and the ORT-GenAI 0.14.1 release. ORT stays at 1.26.0. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
baijumeswani
approved these changes
Jun 4, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the SDK’s pinned dependency versions to align with the Foundry Local Core 1.2.1 patch release and ONNX Runtime GenAI 0.14.1, while keeping ONNX Runtime at 1.26.0, across Python and C++ build/documentation surfaces.
Changes:
- Bump
foundry-local-core/foundry-local-core-winmlfrom 1.2.0 → 1.2.1 in Python requirement pins and shared deps-version manifests. - Bump ONNX Runtime GenAI packages from 0.14.0 → 0.14.1 (Python wheels + NuGet version pin used by the C++ SDK).
- Update C++ SDK README to reflect the new NuGet runtime versions.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/python/requirements.txt | Updates standard Python runtime pins to Foundry Local Core 1.2.1 and ORT-GenAI 0.14.1. |
| sdk/python/requirements-winml.txt | Updates WinML Python runtime pins to Foundry Local Core WinML 1.2.1 and ORT-GenAI 0.14.1. |
| sdk/deps_versions.json | Updates shared dependency manifest to Foundry Local Core 1.2.1 and ORT-GenAI 0.14.1. |
| sdk/deps_versions_winml.json | Updates WinML dependency manifest to Foundry Local Core 1.2.1 and ORT-GenAI 0.14.1. |
| sdk/cpp/README.md | Updates documented NuGet runtime versions to match the new pins. |
| sdk/cpp/CMakeLists.txt | Updates Windows NuGet version cache variables for Foundry Local Core and ORT-GenAI. |
baijumeswani
pushed a commit
that referenced
this pull request
Jun 4, 2026
…14.1 (#776) Cherry-picks #775 (commit 7710b97) onto `releases/rel-1.2.1`. Bumps `sdk/` pins to FLCore `1.2.1` + ORT-GenAI `0.14.1`; ORT stays at `1.26.0`. Clean cherry-pick, no conflicts. Original PR: #775 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Aligns sdk/ pins with the neutron-server FLCore 1.2.1 patch cut and the ORT-GenAI 0.14.1 release. ORT stays at 1.26.0.