solventum-image-metadata/backend/app/api
SamoilenkoVadym 07c6750d9e fix(import): handle NaN values in Excel/CSV import
- Replace NaN and Inf float values with None before JSON serialization
- Fixes 500 error: 'Out of range float values are not JSON compliant'
- Clean sample data in both /file and /excel/preview endpoints
- Pandas returns NaN for empty cells, JSON cannot serialize them

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-02-09 18:59:20 +00:00
..
__init__.py feat(backend): migrate from Flask to FastAPI with Redis sessions 2026-02-09 13:14:37 +00:00
auth.py feat(sso): migrate to client-side MSAL flow without client secret 2026-02-09 17:25:34 +00:00
files.py feat(backend): migrate from Flask to FastAPI with Redis sessions 2026-02-09 13:14:37 +00:00
import_api.py fix(import): handle NaN values in Excel/CSV import 2026-02-09 18:59:20 +00:00
metadata.py feat(backend): migrate from Flask to FastAPI with Redis sessions 2026-02-09 13:14:37 +00:00
templates.py fix(critical): fix upload errors, template selection, and add template apply endpoint 2026-02-09 18:27:35 +00:00