Skip to content

build: use published Aiconfigurator 0.11.0 - #13280

Merged
pvijayakrish merged 2 commits into
release/1.4.0from
agent/use-aiconfigurator-0.11.0-release-1.4.0
Aug 14, 2026
Merged

build: use published Aiconfigurator 0.11.0#13280
pvijayakrish merged 2 commits into
release/1.4.0from
agent/use-aiconfigurator-0.11.0-release-1.4.0

Conversation

@saturley-hall

Copy link
Copy Markdown
Member

Summary

  • replace Aiconfigurator Git-SHA dependencies with the published aiconfigurator==0.11.0 and aiconfigurator-core==0.11.0 releases
  • remove the Rust [patch.crates-io] overrides and refresh both Cargo lockfiles to the crates.io source and checksum
  • remove Hatch's allow-direct-references opt-in now that the Python metadata no longer contains direct references
  • leave nightly versioning and publication automation unchanged

Validation

  • cargo tree --locked -p dynamo-mocker --features aic-forward-pass -i aiconfigurator-core
  • cargo tree --locked --manifest-path lib/bindings/python/Cargo.toml --features aic-forward-pass -i aiconfigurator-core
  • parsed the five modified TOML manifests with Python 3.12
  • parsed all 37 modified-project PEP 508 dependency declarations
  • git diff --check

Signed-off-by: Harrison King Saturley-Hall <hsaturleyhal@nvidia.com>
Signed-off-by: Harrison King Saturley-Hall <hsaturleyhal@nvidia.com>
@saturley-hall
saturley-hall marked this pull request as ready for review August 14, 2026 22:20
@saturley-hall
saturley-hall requested review from a team as code owners August 14, 2026 22:20

@devin-ai-integration devin-ai-integration Bot 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.

Devin Review found 1 potential issue.

Open in Devin Review

Comment thread pyproject.toml

mocker = [
"aiconfigurator-core @ git+https://github.com/ai-dynamo/aiconfigurator.git@614b9c8c8725332533616786e2eb049df48935f0#subdirectory=aic-core",
"aiconfigurator-core==0.11.0",

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.

🔍 AIC consistency guard is still skipped with a now-stale reason

The dependency consistency test that enforces "every AIC dependency pins one published release" is unconditionally skipped with the reason "release/1.4.0 pins AIC to an immutable Git source" (tests/dependencies/test_aiconfigurator_consistency.py:22-29). That reason no longer holds after this PR: the helpers in that file specifically assert index-resolvable Python requirements (_python_exact_version rejects URLs) and crates.io-sourced Cargo entries with a registry checksum (_cargo_lock_version), which is exactly the state the diff establishes. Removing the skip would give automated protection against future drift between the two Cargo manifests, the two Cargo.lock files, and the five Python requirement declarations touched here.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@github-actions

Copy link
Copy Markdown
Contributor

@datadog-official

datadog-official Bot commented Aug 14, 2026

Copy link
Copy Markdown

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 48.64% (-3.30%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 853805e | Docs | Datadog PR Page | Give us feedback!

@pvijayakrish
pvijayakrish merged commit e949111 into release/1.4.0 Aug 14, 2026
104 of 105 checks passed
@pvijayakrish
pvijayakrish deleted the agent/use-aiconfigurator-0.11.0-release-1.4.0 branch August 14, 2026 23:02
dagil-nvidia added a commit that referenced this pull request Aug 15, 2026
…rence, recipe ID fix

Fix the helm-docs source template's docs link (the generated README was
fixed but generate-helm-docs regenerated the old link, dirtying the
operator check). Adopt main's refreshed vLLM benchmark sampling-flag
reference (#13036 — same shipped flag set, code-verified prose) and the
Qwen3.8 recipe model-ID correction (#13265). Triaged all main docs
commits since the last snapshot point: #13192 and #11723 docs excluded
(features absent from 1.4.0); release-side #13280/#13256 have no docs
impact (AIC-core wheel is a Spica dependency; planner shim wording
verified still correct).

Signed-off-by: Dan Gil <dagil@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants