++++++++++++++++++
**Improvements**
- Removed all Python 2 handling code and packages (six).
- Simplified code based on removing support for Python 2 and Python 3.6 and lower.
**Bug Fixes**
- Support results limit in get requests `11 <https://github.com/Geotab/mygeotab-python/pull/11>`__.
- Handles ArgumentException when extending the session `19 <https://github.com/Geotab/mygeotab-python/issues/19>`__.
**Housecleaning**
- Changed linter to `ruff <https://github.com/charliermarsh/ruff>`__ and enabled additional linters.
- Ensured proper mypy types installed for 3rd party packages.