Skip to content

0.21.0

Choose a tag to compare

@tiangolo tiangolo released this 15 May 10:58
· 7258 commits to master since this release
  • On body parsing errors, raise from previous exception, to allow better introspection in logging code. PR #192 by @ricardomomm.

  • Use Python logger named "fastapi" instead of root logger. PR #222 by @euri10.

  • Upgrade Pydantic to version 0.25. PR #225 by @euri10.

  • Fix typo in routing. PR #221 by @djlambert.