Skip to content

v0.18.7

Choose a tag to compare

@github-actions github-actions released this 23 Nov 20:37
· 7 commits to master since this release
ed7fb81

Version 0.18.7 (2025-11-23)

This release focuses on improving reliability and dependency management. The retry mechanism has been modernized, and dependency bounds are now more tightly controlled to ensure more predictable environments.

Changes

  • Retry logic

    • Replaced backoff with tenacity for implementing retry behavior, aligning with a more feature-rich and actively maintained library.
  • Rate limiting

    • Upgraded aiofreqlimit to 0.2.2 and migrated to its new API.
  • Dependencies

    • Added upper bounds to all dependency version constraints to reduce the risk of unexpected breakages from future upstream releases.

Full Changelog: v0.18.6...v0.18.7