pypi Flask-Limiter 2.9.0

latest releases: 3.8.0, 3.7.0, 3.6.0...
21 months ago

Features

  • Allow using limit & shared_limit decorators on pure
    functions that are not decorated as routes. The functions
    when called from within a request context will get rate limited.
  • Allow using limit as a context manager to rate limit a code block
    explicitly within a request

Chores

  • Updated development dependencies
  • Fix error running tests depending on docker locally
  • Update internals to use dataclasses

Don't miss a new Flask-Limiter release

NewReleases is sending notifications on new releases.