Changed
- Replaced
json.dumps/json.loads
with pydantic_coreto_json/from_json
_serialize_response
: model list mapping now handled by Pydantic instead of manual recursion
Fixed
- Issue with parsing repeated query parameters in URL.
Removed
- The
use_aliases
fromBaseRouter
and reverted changes from 0.6.0.