labd / commercetools-python-sdk

Commercetools Python SDK
https://commercetools-python-sdk.readthedocs.io/en/latest/
MIT License
17 stars 16 forks source link

Regenerate code with fixes for errors, fix minimum depency error #111

Closed davidweterings closed 3 years ago

davidweterings commented 3 years ago

Got really annoyed at the SDK not properly parsing errors, that has been fixed: https://github.com/commercetools/commercetools-api-reference/pull/210 (note there's a ton of new parseable errors as well now).

Requests-mock was also using the wrong minimum version to pass our test suite.