v0.4.1
This patch release brings compatibility with Python 3.9 and 3.10.
Prior to this update, the Python SDK for Dispatch was only compatible with Python 3.11+, which caused a lot of issues due to default Python installations often being older on OSX and Ubuntu (usually 3.9). This caused a lot of friction for users who tried Dispatch but didn't have a supported version pre-installed.
What's Changed
Bug fixes
- v0.4.1: fix build by @achille-roussel in #139
- Add MANIFEST.in by @chriso in #141
Other changes
- Minor UX improvements by @chriso in #138
- Python 3.10 support by @chriso in #136
- Python 3.9 support by @chriso in #140
Full Changelog: v0.4.0...v0.4.1