⚠ Breaking Changes:
- Drop support for python 2.7
([645](https://github.com/box/box-python-sdk/pull/645))
- Add missing parameter `stream_position` to `get_admin_events` method
([648](https://github.com/box/box-python-sdk/pull/648))
- Drop support for python 3.5
([654](https://github.com/box/box-python-sdk/pull/654))
- Remove deprecated code using insensitive language
([651](https://github.com/box/box-python-sdk/pull/651))
- Enforcing usage of keyword-only arguments in some functions
([656](https://github.com/box/box-python-sdk/pull/656))
New Features and Enhancements:
- Remove `six` library and `__future__` imports
([646](https://github.com/box/box-python-sdk/pull/646))
- Add type hints to method parameters
([650](https://github.com/box/box-python-sdk/pull/650))
Bug Fixes:
- Add missing `api_call` decorators on `multiput` calls
([653](https://github.com/box/box-python-sdk/pull/653))
- Added `py.typed` file for `mypy` to recognise type hints
([657](https://github.com/box/box-python-sdk/pull/657))