We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12306df commit 7c262a0Copy full SHA for 7c262a0
ellar_throttler/__init__.py
@@ -1,6 +1,6 @@
1
"""A rate limiting module for Ellar"""
2
3
-__version__ = "0.1.0"
+__version__ = "0.1.2"
4
5
from .decorators import skip_throttle, throttle
6
from .exception import ThrottledException
pyproject.toml
@@ -40,7 +40,7 @@ classifiers = [
40
]
41
42
dependencies = [
43
- "ellar >= 0.5.8"
+ "ellar >= 0.7.0"
44
45
46
0 commit comments