Skip to content

0.13.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 15:30
· 2 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 the raise RequestValidationError("error message") exception class. The methods will be available until the next major release (#160).

Features

  • introduced exception classes for various errors (#160)