v0.4.3
- 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).