What's Changed
- docs: fix a typo in the custom exceptions documentation by @sansyrox in #1055
- add_route refactoring by @dave42w in #1060
- Add missing function return types (mostly None) to reloader.py by @dave42w in #1058
- remove redundant else statement in ws.py by @dave42w in #1052
- chore: temporary kludge to make websocket test past on ci by @dave42w in #1070
- chore: drop python 3.8 support by @sansyrox in #1079
- chore: suppress clippy warnings by @sansyrox in #1086
- fix: correction of "Closed" to "closed" in temporary ws test fix by @dave42w in #1078
- ci: update macos to 13 by @sansyrox in #1088
- chore: deprecate views by @sansyrox in #1096
- refactor: openApi made lazy. by @dave42w in #1066
Full Changelog: v0.64.2...v0.65.0