mirror of
https://github.com/laurentS/slowapi.git
synced 2025-08-26 13:10:04 +08:00
Merge pull request #121 from laurentS/update-readme
This commit is contained in:
@ -2,7 +2,8 @@
|
||||
|
||||
A rate limiting library for Starlette and FastAPI adapted from [flask-limiter](http://github.com/alisaifee/flask-limiter).
|
||||
|
||||
Note: this is alpha quality code still, the API may change, and things may fall apart while you try it.
|
||||
This package is used in various production setups, handling millions of requests per month, and seems to behave as expected.
|
||||
There might be some API changes when changing the code to be fully `async`, but we will notify users via appropriate `semver` version changes.
|
||||
|
||||
The documentation is on [read the docs](https://slowapi.readthedocs.io/en/latest/).
|
||||
|
||||
|
@ -167,7 +167,7 @@ $ pytest
|
||||
To release a new version:
|
||||
|
||||
- Update CHANGELOG.md
|
||||
- Bump the version number is `pyproject.toml`
|
||||
- Bump the version number in `pyproject.toml`
|
||||
- `poetry build`
|
||||
- `poetry publish`
|
||||
|
||||
|
Reference in New Issue
Block a user