Require DataDesigner 0.9.0 - #58
Merged
Merged
Conversation
nabinchha
requested review from
a team,
oliverholworthy and
shan-nvidia
as code owners
August 10, 2026 19:22
shan-nvidia
reviewed
Aug 10, 2026
Collaborator
There was a problem hiding this comment.
The package requirements are raised to Data Designer 0.9.0, but the checked-in catalog still advertises the old compatibility floors (data-designer>=0.5.7 for data-designer-github and data-designer>=0.8.0 for data-designer-retrieval-sdg). Could you update both catalog entries' requirement and specifier fields to >=0.9.0?
Contributor
Author
Thanks for the flag! Addressed in 88f5cf1 |
shan-nvidia
approved these changes
Aug 10, 2026
27 tasks
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.
What changed
data-designer-githubdata-designer-retrieval-sdguv.lockwithdata-designer,data-designer-config, anddata-designer-engineat 0.9.0email-validatoranddnspythontransitive packages from the lockfileWhy
This is a follow-up to #56. That PR upgraded the vulnerable dependency set against DataDesigner 0.8.0, but DataDesigner 0.9.0 was published after #56 merged. Requiring the new stable release keeps both affected plugins on the latest supported DataDesigner line.
DataDesigner 0.9.0 still constrains cryptography below 50 and PyArrow below 25, so the compatible security resolutions remain cryptography 49.0.0 and PyArrow 24.0.0.
Impact
Fresh installations of both plugins now resolve the DataDesigner 0.9.0 package family while retaining the security floors introduced by #56.
Validation
uv lock --checkmake all