mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 14:56:01 +00:00
Pydantic enforces response types before JSON serialization, so the Python dict must use int keys to match the actual data. JSON handles the int-to-string conversion automatically. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>