Skip to content

v1.12.0

Compare
Choose a tag to compare
@daniel-jones-deepl daniel-jones-deepl released this 09 Jan 14:51
· 57 commits to main since this release
v1.12.0
b0f4255

Added

  • State explicitly that this library supports Python 3.11.
  • Added the should_retry and http_status_code properties to all exceptions
    thrown by the library.

Fixed

  • Fix py dependency by upgrading pytest version to 7.2.0 for Python 3.7+.
    For Python 3.6 tests pytest needs to be added manually.
  • Remove unused tox dependency.
  • Update coverage dependency.
  • Also send options in API requests even if they are default values.