Skip to content

v1.1.0

Compare
Choose a tag to compare
@austind austind released this 13 Aug 15:37
· 26 commits to main since this release
  • Add HTTP-date value parsing for retryhttp.wait_from_header
  • retryhttp._utils.is_rate_limited now determines that a request was rate limited by the presence of a Retry-After header. In prior versions, this was based on the status code 429 Too Many Requests. However, many servers return other status codes when rate limiting.