Skip to content

0.31.0

Choose a tag to compare

@tiangolo tiangolo released this 28 Jun 15:12
· 5847 commits to master since this release
  • Upgrade Pydantic supported version to 0.29.0.
    • New supported version range is "pydantic >=0.28,<=0.29.0".
    • This adds support for Pydantic Generic Models, kudos to @dmontagu.
    • PR #344.