Added
* Support for more field attributes in `schema.had()` and `schema.didnt_have()`: `field_title_generator`, `fail_fast`, `coerce_numbers_to_str`, `union_mode`, `allow_mutation`, `pattern`, `discriminator`
* Support for forwardrefs in body fields (for example, when you use `from __future__ import annotations` in the file with your routes)
* Support for forwardrefs in route dependencies