Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@mr-fatalyst mr-fatalyst released this 27 Apr 13:42
· 32 commits to master since this release

Changed

  • Replaced json.dumps/json.loads with pydantic_core to_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 from BaseRouter and reverted changes from 0.6.0.