threema-msgapi-sdk-python 6.0.0
General:
- Add support for Python 3.10
- Drop support for Python versions below 3.7
- Major dependencies bump to increase compatibility with other packages
- Updated all tests to work with the newest dependencies
- Changed CLI syntax: All commands are now
dash-case
instead ofsnake_case
,
e.g. thesend_e2e
command is now calledsend-e2e
.
Many thanks to @RayJW!