chore(data-recipe): bump data-designer to 0.5.2 and pin duckdb<1.5

This commit is contained in:
Shine1i 2026-03-09 17:27:02 +01:00
commit b9f2820cd6
3 changed files with 6 additions and 4 deletions

View file

@ -184,6 +184,7 @@ def build_mcp_providers(
MCPProvider(
name=str(provider.get("name", "")),
endpoint=str(provider.get("endpoint", "")),
provider_type=str(provider_type),
api_key=str(api_key) if api_key else None,
)
)

View file

@ -1,6 +1,7 @@
# Data Designer runtime deps installed explicitly (single-env mode).
# DuckDB 1.5 removed Relation.record_batch(); keep <1.5 until upstream ships the fix.
anyascii<1,>=0.3.3
duckdb<2,>=1.1.3
duckdb<1.5,>=1.1.3
faker<21,>=20.1.0
httpx<1,>=0.27.2
httpx-retries<1,>=0.4.2

View file

@ -1,5 +1,5 @@
# Install Data Designer in same env as Unsloth.
data-designer==0.5.1
data-designer-config==0.5.1
data-designer-engine==0.5.1
data-designer==0.5.2
data-designer-config==0.5.2
data-designer-engine==0.5.2
prompt-toolkit>=3,<4