Skip to content

0.0.32

Choose a tag to compare

@tiangolo tiangolo released this 01 Feb 18:19
· 115 commits to main since this release

Fixes

  • 🐛 Fix support for Annotated fields with Pydantic 2.12+. PR #1607 by @vimota.

Refactors

  • ♻️ Import Literal from the typing module directly. PR #1699 by @svlandeg.

Docs

  • 📝 Add contribution instructions about LLM generated code and comments and automated tools for PRs. PR #1712 by @alejsdev.
  • 🐛 Fix copy button in custom.js. PR #1711 by @alejsdev.
  • 📝 Remove duplicated word in read-relationships.md. PR #1705 by @stefmolin.

Internal