Skip to content

v23.2.0

Compare
Choose a tag to compare
@Tinche Tinche released this 10 Dec 22:30
· 11 commits to main since this release

v23.2.0 - 2023-12-10

Changed

  • datetime.datetime and datetime.date are now supported in the OpenAPI schema, both in models and handler parameters.
    (#53)
  • Simple forms are now supported using uapi.ReqForm[T]. Learn more.
    (#54)
  • uapi now sorts imports using Ruff.