Breaking changes
pydantic
is removed in favor of typing.TypedDict
(#17) this changes the returned values
- "geofenceIds" now show on the get_positions response instead of get_devices (#19)
- Minimum server version is now 5.8 (#19)
- Python 3.8, 3.9, and 3.10 are removed from testing (#21)
Full diff between 1.0.0 and 2.0.0