Skip to content

Version 5.1.0

Latest

Choose a tag to compare

@jadchaar jadchaar released this 02 Feb 02:07
185a554

Changed

  • Dropped support for Python 3.8 and 3.9 and added support for Python 3.13 and 3.14. This package now requires Python 3.10+.
  • Upgraded pyrate-limiter from 3.x to 4.x.
  • Migrated to pyrate-limiter 4.x API: removed raise_when_fail and max_delay parameters from Limiter initialization.
  • Changed decorator pattern from @limiter(mapping_function) to @limiter.as_decorator(name="...", weight=1).
  • Rate limiting behavior remains functionally the same: 10 requests per second with blocking by default.