chore(deps): require data designer 0.9 - #248
Merged
binaryaaron merged 1 commit intoAug 12, 2026
Merged
Conversation
Signed-off-by: lipikaramaswamy <lramaswamy@nvidia.com>
lipikaramaswamy
force-pushed
the
lipikaramaswamy/chore/require-data-designer-0-9
branch
from
August 12, 2026 22:16
7e8e95a to
da5f0e2
Compare
lipikaramaswamy
marked this pull request as ready for review
August 12, 2026 22:18
binaryaaron
approved these changes
Aug 12, 2026
binaryaaron
left a comment
Collaborator
There was a problem hiding this comment.
we should probably look into more fine-grained pinning at some point but this works.
Contributor
Greptile SummaryThe PR raises the supported Data Designer range to 0.9.x to avoid the import-time deployment-type failure and refreshes the lockfile accordingly.
Confidence Score: 5/5The PR appears safe to merge, with no concrete blocking or independently actionable issue identified. The declared dependency range and lockfile agree, relevant Data Designer integration seams are covered by repository tests, and the changed dependency graph does not establish a reachable regression or new security consequence. Important Files Changed
Reviews (1): Last reviewed commit: "chore(deps): require data designer 0.9" | Re-trigger Greptile |
binaryaaron
deleted the
lipikaramaswamy/chore/require-data-designer-0-9
branch
August 12, 2026 22:21
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
Motivation and user impact
Data Designer 0.8 validates
NEMO_DEPLOYMENT_TYPEat import time and rejects Anonymizer's existingclivalue. Consequently, fresh installations can fail before any CLI command starts.Data Designer 0.9 safely coerces unknown deployment values to
undefinedrather than raising during import. Requiring 0.9.x fixes CLI startup without changing Anonymizer's current telemetry environment-variable behavior. This PR intentionally removes compatibility with Data Designer 0.7 and 0.8.This is an alternative release-unblocking approach to #247.
Validation
make checkuv pip check: all 221 installed packages compatibleanonymizer --helpanonymizer --versionanonymizer validate --source docs/data/NVIDIA_synthetic_biographies.csv --text-column biography --replace redactContributor checklist
>=0.7,<0.9to>=0.9,<0.10; no Anonymizer symbols, signatures, or bundled skill templates changed