Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@russbiggs russbiggs released this 31 Mar 22:00
6ddc672

[0.4.0] - 2025-03-31

Updated

  • Client rate limiting functionality
  • Drop support for Python 3.8
  • Type annotations removing old Dict and List in favor of dict and list

Added

  • Mypy type checking
  • ServiceUnavailableError HTTP error exception.
  • BadGatewayError HTTP error exception.
  • Separated RateLimitError and HTTPRateLimitError into separated exception.