Changed
- Replaced
json.dumps/json.loadswith 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_aliasesfromBaseRouterand reverted changes from 0.6.0.