[5.0.0](https://github.com/smartcar/python-sdk/compare/v4.3.5...v5.0.0) (2020-10-22)
Bug Fixes
* **errors:** wrap all unexpected requestor errors in SmartcarException ([1eb30cd](https://github.com/smartcar/python-sdk/commit/1eb30cd663cb3836d1b32f3b29d3d5919d923eef))
chore
* **ci:** drop support for Python 2.7, 3.4, and 3.5 ([0017410](https://github.com/smartcar/python-sdk/commit/001741078ef0b4d435c91a165097292749f48b44))
Features
* **request-id:** set request_id as a property on SmartcarException ([0a181c8](https://github.com/smartcar/python-sdk/commit/0a181c8f3e3b20ac979d72c50f28b3e852271f09))
BREAKING CHANGES
Python 2.7, 3.4, and 3.5 hit end-of-life support, so we are dropping support for it in the Smartcar SDK.
This makes way to allow for new syntax and features only available starting in Python 3.x