Description
when I run sqlite test script , it report a issue
raise ValueError(f"{type_} has no matching SQLAlchemy type")
ValueError: <class 'list'> has no matching SQLAlchemy type
I debug the code ,it's caused by embding field
Environment
I use the main branch of 2026/3/13
Steps to reproduce
just install by uv ,and run test_sqlite
Expected behavior
run successfully
Version
2026/3/13 main
Severity
Critical
Additional Information
No response
Description
when I run sqlite test script , it report a issue
raise ValueError(f"{type_} has no matching SQLAlchemy type")
ValueError: <class 'list'> has no matching SQLAlchemy type
I debug the code ,it's caused by embding field
Environment
I use the main branch of 2026/3/13
Steps to reproduce
just install by uv ,and run test_sqlite
Expected behavior
run successfully
Version
2026/3/13 main
Severity
Critical
Additional Information
No response