You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Python version and add support for Python 3.13 and 3.14.
- Updated `requires-python` to require Python 3.9 or higher.
- Added classifiers for Python 3.13 and 3.14 in the `classifiers` list.
- Updated the package version from `0.2.17` to `0.2.18`.
Doc strings and more validation.
* Added platform type (e.g. Windows) to user agent.
* Added doc strings to most methods.
* Bump the version for next release.
* Added better validation for some functions.
* Added custom error types for validation.