v1.12.0
·
78 commits
to main
since this release
Added
- State explicitly that this library supports Python 3.11.
- Added the
should_retry
andhttp_status_code
properties to all exceptions
thrown by the library.
Fixed
- Fix
py
dependency by upgradingpytest
version to 7.2.0 for Python 3.7+.
For Python 3.6 testspytest
needs to be added manually. - Remove unused
tox
dependency. - Update
coverage
dependency. - Also send options in API requests even if they are default values.