v23.2.0
v23.2.0 - 2023-12-10
Changed
datetime.datetime
anddatetime.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.