Files
whyrating-engine-legacy/api/routes/reviewiq_analytics.py
Alejandro Gutiérrez 479f1ee94a fix(api): Use list[Any] for strengths to preserve V2 fields
Pydantic was coercing V2 StrengthToProtect dicts to the partial
ReportStrengthResponse type, dropping fields like `percentage` and
`top_quotes`. Changed to list[Any] to pass through raw data.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 15:33:08 +00:00

81 KiB