Skip to content

0.2.0

Compare
Choose a tag to compare
@ziirish ziirish released this 22 Mar 23:31
· 217 commits to master since this release
c43c8ce

This release properly fixes the issue raised by the release of werkzeug 1.0.

Bug Fixes

  • Remove deprecated werkzeug imports #35
  • Fix OrderedDict imports #54
  • Fixing Swagger Issue when using @api.expect() on a request parser #20

Enhancements

  • use black to enforce a formatting codestyle #60
  • improve test workflows