Python 3.14 support
v0.1.2
- Hotfix for Python 3.14 compatibility. The wrapper now supports Python 3.11 to 3.14.
 - Other Miscellaneous fixes and improvements internally. For example, the type
checking implementation was improved to handle more edge cases and be less error-prone. - Improve error messages for some exceptions, like missing keyword arguments or passing
positional arguments when only keyword arguments are accepted. 
Full Changelog: 0.1.1...0.1.2