0.49.2
- Fix links in release notes. PR #1052 by @sattosan.
- Fix typo in release notes. PR #1051 by @sattosan.
- Refactor/clarify
serialize_responseparameter name to avoid confusion. PR #1031 by @patrickmckenna. - Refactor calling each a path operation's handler function in an isolated function, to simplify profiling. PR #1027 by @sm-Fifteen.
- Add missing dependencies for testing. PR #1026 by @sm-Fifteen.
- Fix accepting valid types for response models, including Python types like
List[int]. PR #1017 by @patrickmckenna. - Fix format in SQL tutorial. PR #1015 by @vegarsti.