You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -38,19 +40,11 @@ The **third number** is for emergencies when we need to start branches for older
38
40
39
41
### Changed
40
42
41
-
- Return types of handlers are now type-checked.
42
-
([#57](https://github.com/Tinche/uapi/pull/57))
43
-
- Introduce [Response Shorthands](https://uapi.threeofwands.com/en/latest/response_shorthands.html), port the `str`, `bytes`, `None` and _attrs_ response types to them.
44
-
([#57](https://github.com/Tinche/uapi/pull/57))
45
-
- Unions containing shorthands and _uapi_ response classes (and any combination of these) are now better supported.
46
-
([#57](https://github.com/Tinche/uapi/pull/57))
47
43
-[`datetime.datetime`](https://docs.python.org/3/library/datetime.html#datetime-objects) and [`datetime.date`](https://docs.python.org/3/library/datetime.html#date-objects) are now supported in the OpenAPI schema, both in models and handler parameters.
48
44
([#53](https://github.com/Tinche/uapi/pull/53))
49
45
- Simple forms are now supported using `uapi.ReqForm[T]`. [Learn more](handlers.md#forms).
0 commit comments