Skip to content

v23.3.0

Latest
Compare
Choose a tag to compare
@Tinche Tinche released this 19 Dec 23:02
· 3 commits to main since this release
  • Return types of handlers are now type-checked.
    (#57)
  • Introduce Response Shorthands, port the str, bytes, None and attrs response types to them.
    (#57)
  • Unions containing shorthands and uapi response classes (and any combination of these) are now better supported.
    (#57)
  • uapi is now tested against Mypy.
    (#57)