Skip to content

v0.4.3

Compare
Choose a tag to compare
@Kyria Kyria released this 02 Jul 08:53
· 32 commits to master since this release
  • Fix ValueError/JSONDecodeError when ESI/SSO is not returning valid JSON data (ie. it returns plain HTML)
  • Changed the content of APIException.response to be a string (containing either the HTML or JSON message) instead of being a json dict.
  • updated minimal version required for pyswagger, to make sure some bug are fixed (case insensitive headers for example).