pypi Flask-Limiter 4.0.0

6 hours ago

Feature

  • Expose flask_limiter.Limit, flask_limiter.RouteLimit,
    flask_limiter.ApplicationLimit & flask_limiter.MetaLimit
    limit description classes that can be used to pass in default,
    application & meta limits to the Limiter extension.
    This allows for a more fine grained control for end users while also
    simplifying the internal implementation of different types
    of limits.

Compatibility

  • Prefix all internal sub modules with underscore.
    All imports should be from the root flask_limiter
    namespace only.

Development

  • Migrate all project metadata to pyproject
  • Remove versioneer
  • Use uv for development
  • Use hatch for build

Don't miss a new Flask-Limiter release

NewReleases is sending notifications on new releases.