mirror of
https://github.com/laurentS/slowapi.git
synced 2026-03-13 09:10:20 +08:00
This commit adds a `cost` keyword to the `limit` and `shared_limit` decorators which sets the cost of a hit. This uses the `cost` keyword that was introduced in `limits` version 2.3.0, so this commit also updates the `limits` dependency from `^1.5` to `^2.3`. Closes #94, #106