0.13.0
github-actions
released this
03 Sep 15:30
·
10 commits
to development
since this release
Deprecations
- helper methods for various errors were deprecated, and their roles are now performed by the corresponding exception classes. For example, the call to the
request_validation_error("error message")
function can be replaced with theraise RequestValidationError("error message")
exception class. The methods will be available until the next major release (#160).
Features
- introduced exception classes for various errors (#160)