What's Changed
* Import testing dynamically, install requests as extra dependency by Bobronium in https://github.com/starlite-api/starlite/pull/174
* Discourage testing import from package, fix star import from `starlite` by Bobronium in https://github.com/starlite-api/starlite/pull/183
* Change to order of exception handler resolution. by peterschutt in https://github.com/starlite-api/starlite/pull/186
* Provides a callback interface for modifying the instantiated template engine by peterschutt in https://github.com/starlite-api/starlite/pull/172
* Override `TestClient.__enter__()` to support downstream typing. by peterschutt in https://github.com/starlite-api/starlite/pull/184
* Add support for layered middleware by Goldziher in https://github.com/starlite-api/starlite/pull/173
* Fix openapi schema item types by Goldziher in https://github.com/starlite-api/starlite/pull/198
* update exception handling by Goldziher in https://github.com/starlite-api/starlite/pull/197
New Contributors
* mybigman made their first contribution in https://github.com/starlite-api/starlite/pull/171
* Bobronium made their first contribution in https://github.com/starlite-api/starlite/pull/174
**Full Changelog**: https://github.com/starlite-api/starlite/compare/v1.4.2...v1.5.0