You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ensure camelCase serialization for CamelizedBaseModel schemas
- Register custom type encoder in Litestar config for CamelizedBaseModel
- Add serialize_camelized_model() to ensure by_alias=True during serialization
- Update integration and unit tests to expect camelCase field names (guildName, guildId, etc.)
- Resolves schema serialization inconsistency between snake_case and camelCase
Fixes tests:
- test_concurrent_reads_same_guild
- test_guild_info_matches_list_data
- test_list_guilds_with_data
- test_get_guild_success
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments