fix: bump data-designer to 0.5.0#1796
fix: bump data-designer to 0.5.0#1796nightcityblade wants to merge 1 commit intoNVIDIA-NeMo:mainfrom
Conversation
Signed-off-by: nightcityblade <nightcityblade@gmail.com>
Greptile SummaryThis PR bumps the Confidence Score: 5/5This PR is safe to merge — it is a clean, minimal version bump with no logic changes. Only two files changed: a one-line version string update in No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["nemo-curator\n[sdg_cpu extra]"] -->|"data-designer==0.5.0\n(was 0.4.0)"| B["data-designer 0.5.0"]
B --> C["data-designer-config 0.5.0"]
B --> D["data-designer-engine 0.5.0"]
B --> E["prompt-toolkit"]
B --> F["typer"]
D --> G["litellm"]
D --> H["huggingface-hub\n(override: >=0.34,<1.0)"]
D --> I["httpx / httpx-retries"]
D --> J["duckdb, faker, lxml,\njsonschema, …"]
Reviews (1): Last reviewed commit: "fix: bump data-designer to 0.5.0" | Re-trigger Greptile |
Description
Bump the
sdg_cpuextra fromdata-designer==0.4.0todata-designer==0.5.0, and refreshuv.lockso the locked environment matches the new SDG dependency.Closes #1553.
Usage
Checklist