v1.12.0
·
148 commits
to main
since this release
Added
- State explicitly that this library supports Python 3.11.
- Added the
should_retryandhttp_status_codeproperties to all exceptions
thrown by the library.
Fixed
- Fix
pydependency by upgradingpytestversion to 7.2.0 for Python 3.7+.
For Python 3.6 testspytestneeds to be added manually. - Remove unused
toxdependency. - Update
coveragedependency. - Also send options in API requests even if they are default values.