limits
limits copied to clipboard
Rate limiting using various strategies and storage backends such as redis & memcached
Great package and very useful thanks. My use case is where I use the rate limiter at the start of a long-running request, but want to only count the 'hit'...
1. Fix issue with UWSGI compatibility by using lazy-init 2. Expose a Base mongo storage that can be used (to reuse application level MongoClient)
Bumps [furo](https://github.com/pradyunsg/furo) from 2024.1.29 to 2024.5.6. Changelog Sourced from furo's changelog. Changelog 2024.05.06 -- Cheerful Cerulean ✨ Add new custom icons for auto mode, reflecting the currently active theme. ✨...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.1 to 0.21.2. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.21.2 0.21.2 (2024-04-29) Fix compatibility with pytest 8.2. Backport of #800 to pytest-asyncio v0.21 for users who...
Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2021.3.14 to 2024.4.16. Release notes Sourced from sphinx-autobuild's releases. Release 2024.04.16 2024.04.16 Release 2024.04.13 2024.04.13 Release 2024.02.04 2024.02.04 Changelog Sourced from sphinx-autobuild's changelog. Changelog unreleased 2024.04.16 -...
Hey. I was reading the docs and saw that the library uses coredis for the async usage of redis. I assume that this is due to lacking support for asyncio...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.2 to 0.24.0. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.24.0 0.24.0 (2024-08-22) BREAKING: Updated minimum supported pytest version to v8.2.0 Adds an optional loop_scope keyword argument...
I wrote an SQLite backend for a project of mine, using the standard `sqlite3` library. It is a thread-safe as I could make it, as expected it can work both...
Bumps [furo](https://github.com/pradyunsg/furo) from 2024.5.6 to 2024.8.6. Changelog Sourced from furo's changelog. Changelog 2024.08.06 -- Energetic Eminence ✨ Add support for Sphinx 8 ✨ Add smoother transitions between breakpoints Increase specificity...
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. Commits 63def39 Updating version.json and repo version numbers to: 27.2 19bd211 Port windows bootstrapping fix (#17225) 4923b8d Fix string_type bugs...