Skip to content

fix(nemo-agents): move fabric version pin to 0.1.0 - #1028

Merged
mmogallapalli merged 1 commit into
mainfrom
mm-fabric-0.1.0
Jul 31, 2026
Merged

fix(nemo-agents): move fabric version pin to 0.1.0#1028
mmogallapalli merged 1 commit into
mainfrom
mm-fabric-0.1.0

Conversation

@mmogallapalli

@mmogallapalli mmogallapalli commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Summary

Update the NeMo Agents Fabric dependencies and wheel-install constraint from 0.1.0rc6 to the stable 0.1.0 release. This prevents the wheel smoke test from attempting to resolve the unavailable prerelease runtime dependency and keeps the Fabric runtime and adapter packages on matching versions.

Example failing CI Job

Verification

  • Confirmed nemo-fabric==0.1.0 is installed in the project virtual environment.
  • Verified the agent plugin create, subprocess deploy, and invoke flow with a Fabric-backed Codex agent.
  • Confirmed the deployment reached running and returned the expected platform codex works response.
  • Verified the updated lockfile with uv lock --check.

Signed-off-by: Manjesh Mogallapalli <mmogallapall@nvidia.com>
@mmogallapalli
mmogallapalli marked this pull request as ready for review July 31, 2026 21:55
@mmogallapalli
mmogallapalli requested review from a team as code owners July 31, 2026 21:55
@github-actions github-actions Bot added the fix label Jul 31, 2026
@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: a87c9199-5c17-4a68-ac81-5c9e3fe0187a

📥 Commits

Reviewing files that changed from the base of the PR and between e9feac9 and 3a1b9d1.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (3)
  • .github/wheel-constraints/nemo-platform-services.txt
  • packages/nemo_platform/pyproject.toml
  • plugins/nemo-agents/pyproject.toml

📝 Walkthrough

Walkthrough

The pull request replaces NeMo Fabric and Hermes adapter 0.1.0rc6 dependency pins with stable 0.1.0 pins in project metadata and wheel constraints.

Changes

Dependency pin updates

Layer / File(s) Summary
Align stable dependency pins
.github/wheel-constraints/nemo-platform-services.txt, packages/nemo_platform/pyproject.toml, plugins/nemo-agents/pyproject.toml
The project now uses stable nemo-fabric and Hermes adapter 0.1.0 releases. Existing upper bounds, extras, markers, and comments remain unchanged.

Possibly related PRs

Suggested labels: build

Suggested reviewers: ajaythorve, crookedstorm

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: updating the NeMo Agents Fabric version pin from 0.1.0rc6 to 0.1.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch mm-fabric-0.1.0

Comment @coderabbitai help to get the list of available commands.

@svvarom svvarom left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@mmogallapalli
mmogallapalli enabled auto-merge July 31, 2026 21:58
@mmogallapalli
mmogallapalli added this pull request to the merge queue Jul 31, 2026
@github-actions

Copy link
Copy Markdown
Contributor
Suite Lines Covered Line Rate Branch Rate
Unit Tests 29440/37448 78.6% 63.2%
Integration Tests 17381/36166 48.1% 20.5%

Merged via the queue into main with commit 8da2cd4 Jul 31, 2026
56 checks passed
@mmogallapalli
mmogallapalli deleted the mm-fabric-0.1.0 branch July 31, 2026 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants