Skip to content

Bug Fixes in multipart request

Compare
Choose a tag to compare
@eshaan7 eshaan7 released this 23 Jul 21:22
· 69 commits to master since this release

Please use v1.4.3 or greater

  • Bug fixes where multipart requests were failing because of nested form data. Because of this the multipart (file containing) POST request now has an updated schema (examples have been updated accordingly).
  • Dropped dataclass for report generation because it causes various bugs in python 3.6.