v1.28.0
What's Changed
- Add
csrf_token
template callable,csrf_input
context value and allow registering template callables by @Goldziher in #598 - Add official trio support by @provinzkraut in #586
- Add support for ConstrainedDate in OpenAPI schema generation by @Goldziher in #589
- Add tox scripts for common commands by @seladb in #579
- Fix
NoReturn
as allowed return typing fordelete
decorators by @Goldziher in #588 - Fix documentation warnings by @seladb in #580
- Fix signature model for dependency with
skip_validaiton
and `default`` by @peterschutt in #595 - Update QueueListenerHandler to log to stderr by default by @peterschutt in #594
New Contributors
- @provinzkraut made their first contribution in #586
Full Changelog: v1.27.0...v1.28.0