limits 5.4.0__tar.gz → 5.5.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {limits-5.4.0 → limits-5.5.0}/HISTORY.rst +11 -0
- {limits-5.4.0 → limits-5.5.0}/PKG-INFO +6 -6
- {limits-5.4.0 → limits-5.5.0}/limits/_version.py +3 -3
- {limits-5.4.0 → limits-5.5.0}/limits.egg-info/PKG-INFO +6 -6
- {limits-5.4.0 → limits-5.5.0}/limits.egg-info/requires.txt +5 -5
- {limits-5.4.0 → limits-5.5.0}/requirements/docs.txt +2 -2
- {limits-5.4.0 → limits-5.5.0}/requirements/main.txt +1 -1
- limits-5.5.0/requirements/storage/async-redis.txt +1 -0
- limits-5.5.0/requirements/storage/redis.txt +1 -0
- limits-5.4.0/requirements/storage/async-redis.txt +0 -1
- limits-5.4.0/requirements/storage/redis.txt +0 -1
- {limits-5.4.0 → limits-5.5.0}/CLASSIFIERS +0 -0
- {limits-5.4.0 → limits-5.5.0}/CONTRIBUTIONS.rst +0 -0
- {limits-5.4.0 → limits-5.5.0}/LICENSE.txt +0 -0
- {limits-5.4.0 → limits-5.5.0}/MANIFEST.in +0 -0
- {limits-5.4.0 → limits-5.5.0}/README.rst +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/Makefile +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/source/_static/custom.css +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/source/api.rst +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/source/async.rst +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/source/changelog.rst +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/source/conf.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/source/custom-storage.rst +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/source/ext/_static/benchmark-chart.css +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/source/ext/_static/js/benchmark-chart.js +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/source/ext/_static/js/benchmark-details.js +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/source/ext/_static/js/benchmark-loader.js +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/source/ext/_templates/git_info.js +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/source/ext/bench_chart.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/source/index.rst +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/source/installation.rst +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/source/performance.rst +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/source/quickstart.rst +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/source/storage.rst +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/source/strategies.rst +0 -0
- {limits-5.4.0 → limits-5.5.0}/doc/source/theme_config.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/__init__.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/aio/__init__.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/aio/storage/__init__.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/aio/storage/base.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/aio/storage/memcached/__init__.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/aio/storage/memcached/bridge.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/aio/storage/memcached/emcache.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/aio/storage/memcached/memcachio.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/aio/storage/memory.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/aio/storage/mongodb.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/aio/storage/redis/__init__.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/aio/storage/redis/bridge.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/aio/storage/redis/coredis.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/aio/storage/redis/redispy.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/aio/storage/redis/valkey.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/aio/strategies.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/errors.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/limits.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/py.typed +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/resources/redis/lua_scripts/acquire_moving_window.lua +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/resources/redis/lua_scripts/acquire_sliding_window.lua +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/resources/redis/lua_scripts/clear_keys.lua +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/resources/redis/lua_scripts/incr_expire.lua +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/resources/redis/lua_scripts/moving_window.lua +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/resources/redis/lua_scripts/sliding_window.lua +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/storage/__init__.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/storage/base.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/storage/memcached.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/storage/memory.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/storage/mongodb.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/storage/redis.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/storage/redis_cluster.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/storage/redis_sentinel.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/storage/registry.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/strategies.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/typing.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/util.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits/version.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits.egg-info/SOURCES.txt +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits.egg-info/dependency_links.txt +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits.egg-info/not-zip-safe +0 -0
- {limits-5.4.0 → limits-5.5.0}/limits.egg-info/top_level.txt +0 -0
- {limits-5.4.0 → limits-5.5.0}/pyproject.toml +0 -0
- {limits-5.4.0 → limits-5.5.0}/requirements/ci.txt +0 -0
- {limits-5.4.0 → limits-5.5.0}/requirements/dev.txt +0 -0
- {limits-5.4.0 → limits-5.5.0}/requirements/storage/async-memcached.txt +0 -0
- {limits-5.4.0 → limits-5.5.0}/requirements/storage/async-mongodb.txt +0 -0
- {limits-5.4.0 → limits-5.5.0}/requirements/storage/async-valkey.txt +0 -0
- {limits-5.4.0 → limits-5.5.0}/requirements/storage/memcached.txt +0 -0
- {limits-5.4.0 → limits-5.5.0}/requirements/storage/mongodb.txt +0 -0
- {limits-5.4.0 → limits-5.5.0}/requirements/storage/rediscluster.txt +0 -0
- {limits-5.4.0 → limits-5.5.0}/requirements/storage/valkey.txt +0 -0
- {limits-5.4.0 → limits-5.5.0}/requirements/test.txt +0 -0
- {limits-5.4.0 → limits-5.5.0}/setup.cfg +0 -0
- {limits-5.4.0 → limits-5.5.0}/setup.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/tests/test_limit_granularities.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/tests/test_limits.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/tests/test_ratelimit_parser.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/tests/test_storage.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/tests/test_strategy.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/tests/test_utils.py +0 -0
- {limits-5.4.0 → limits-5.5.0}/versioneer.py +0 -0
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
Changelog
|
|
4
4
|
=========
|
|
5
5
|
|
|
6
|
+
v5.5.0
|
|
7
|
+
------
|
|
8
|
+
Release Date: 2025-08-05
|
|
9
|
+
|
|
10
|
+
* Compatibility
|
|
11
|
+
|
|
12
|
+
* Relax upper bound of ``packaging`` requirement
|
|
13
|
+
* Increase upper bound of ``coredis`` requirement
|
|
14
|
+
* Increase upper bound of ``redis`` requirement
|
|
15
|
+
|
|
6
16
|
v5.4.0
|
|
7
17
|
------
|
|
8
18
|
Release Date: 2025-06-16
|
|
@@ -877,3 +887,4 @@ Release Date: 2015-01-08
|
|
|
877
887
|
|
|
878
888
|
|
|
879
889
|
|
|
890
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: limits
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.5.0
|
|
4
4
|
Summary: Rate limiting utilities
|
|
5
5
|
Home-page: https://limits.readthedocs.org
|
|
6
6
|
Author: Ali-Akber Saifee
|
|
@@ -22,10 +22,10 @@ Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
|
22
22
|
Requires-Python: >=3.10
|
|
23
23
|
License-File: LICENSE.txt
|
|
24
24
|
Requires-Dist: deprecated>=1.2
|
|
25
|
-
Requires-Dist: packaging
|
|
25
|
+
Requires-Dist: packaging>=21
|
|
26
26
|
Requires-Dist: typing_extensions
|
|
27
27
|
Provides-Extra: redis
|
|
28
|
-
Requires-Dist: redis!=4.5.2,!=4.5.3,<
|
|
28
|
+
Requires-Dist: redis!=4.5.2,!=4.5.3,<7.0.0,>3; extra == "redis"
|
|
29
29
|
Provides-Extra: rediscluster
|
|
30
30
|
Requires-Dist: redis!=4.5.2,!=4.5.3,>=4.2.0; extra == "rediscluster"
|
|
31
31
|
Provides-Extra: memcached
|
|
@@ -35,7 +35,7 @@ Requires-Dist: pymongo<5,>4.1; extra == "mongodb"
|
|
|
35
35
|
Provides-Extra: valkey
|
|
36
36
|
Requires-Dist: valkey>=6; extra == "valkey"
|
|
37
37
|
Provides-Extra: async-redis
|
|
38
|
-
Requires-Dist: coredis<
|
|
38
|
+
Requires-Dist: coredis<6,>=3.4.0; extra == "async-redis"
|
|
39
39
|
Provides-Extra: async-memcached
|
|
40
40
|
Requires-Dist: memcachio>=0.3; extra == "async-memcached"
|
|
41
41
|
Provides-Extra: async-mongodb
|
|
@@ -43,12 +43,12 @@ Requires-Dist: motor<4,>=3; extra == "async-mongodb"
|
|
|
43
43
|
Provides-Extra: async-valkey
|
|
44
44
|
Requires-Dist: valkey>=6; extra == "async-valkey"
|
|
45
45
|
Provides-Extra: all
|
|
46
|
-
Requires-Dist: redis!=4.5.2,!=4.5.3,<
|
|
46
|
+
Requires-Dist: redis!=4.5.2,!=4.5.3,<7.0.0,>3; extra == "all"
|
|
47
47
|
Requires-Dist: redis!=4.5.2,!=4.5.3,>=4.2.0; extra == "all"
|
|
48
48
|
Requires-Dist: pymemcache<5.0.0,>3; extra == "all"
|
|
49
49
|
Requires-Dist: pymongo<5,>4.1; extra == "all"
|
|
50
50
|
Requires-Dist: valkey>=6; extra == "all"
|
|
51
|
-
Requires-Dist: coredis<
|
|
51
|
+
Requires-Dist: coredis<6,>=3.4.0; extra == "all"
|
|
52
52
|
Requires-Dist: memcachio>=0.3; extra == "all"
|
|
53
53
|
Requires-Dist: motor<4,>=3; extra == "all"
|
|
54
54
|
Requires-Dist: valkey>=6; extra == "all"
|
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2025-
|
|
11
|
+
"date": "2025-08-05T10:27:25-0700",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "5.
|
|
14
|
+
"full-revisionid": "a5d3f81d1ead51586a42b8c843884603cb19bb7f",
|
|
15
|
+
"version": "5.5.0"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: limits
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.5.0
|
|
4
4
|
Summary: Rate limiting utilities
|
|
5
5
|
Home-page: https://limits.readthedocs.org
|
|
6
6
|
Author: Ali-Akber Saifee
|
|
@@ -22,10 +22,10 @@ Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
|
22
22
|
Requires-Python: >=3.10
|
|
23
23
|
License-File: LICENSE.txt
|
|
24
24
|
Requires-Dist: deprecated>=1.2
|
|
25
|
-
Requires-Dist: packaging
|
|
25
|
+
Requires-Dist: packaging>=21
|
|
26
26
|
Requires-Dist: typing_extensions
|
|
27
27
|
Provides-Extra: redis
|
|
28
|
-
Requires-Dist: redis!=4.5.2,!=4.5.3,<
|
|
28
|
+
Requires-Dist: redis!=4.5.2,!=4.5.3,<7.0.0,>3; extra == "redis"
|
|
29
29
|
Provides-Extra: rediscluster
|
|
30
30
|
Requires-Dist: redis!=4.5.2,!=4.5.3,>=4.2.0; extra == "rediscluster"
|
|
31
31
|
Provides-Extra: memcached
|
|
@@ -35,7 +35,7 @@ Requires-Dist: pymongo<5,>4.1; extra == "mongodb"
|
|
|
35
35
|
Provides-Extra: valkey
|
|
36
36
|
Requires-Dist: valkey>=6; extra == "valkey"
|
|
37
37
|
Provides-Extra: async-redis
|
|
38
|
-
Requires-Dist: coredis<
|
|
38
|
+
Requires-Dist: coredis<6,>=3.4.0; extra == "async-redis"
|
|
39
39
|
Provides-Extra: async-memcached
|
|
40
40
|
Requires-Dist: memcachio>=0.3; extra == "async-memcached"
|
|
41
41
|
Provides-Extra: async-mongodb
|
|
@@ -43,12 +43,12 @@ Requires-Dist: motor<4,>=3; extra == "async-mongodb"
|
|
|
43
43
|
Provides-Extra: async-valkey
|
|
44
44
|
Requires-Dist: valkey>=6; extra == "async-valkey"
|
|
45
45
|
Provides-Extra: all
|
|
46
|
-
Requires-Dist: redis!=4.5.2,!=4.5.3,<
|
|
46
|
+
Requires-Dist: redis!=4.5.2,!=4.5.3,<7.0.0,>3; extra == "all"
|
|
47
47
|
Requires-Dist: redis!=4.5.2,!=4.5.3,>=4.2.0; extra == "all"
|
|
48
48
|
Requires-Dist: pymemcache<5.0.0,>3; extra == "all"
|
|
49
49
|
Requires-Dist: pymongo<5,>4.1; extra == "all"
|
|
50
50
|
Requires-Dist: valkey>=6; extra == "all"
|
|
51
|
-
Requires-Dist: coredis<
|
|
51
|
+
Requires-Dist: coredis<6,>=3.4.0; extra == "all"
|
|
52
52
|
Requires-Dist: memcachio>=0.3; extra == "all"
|
|
53
53
|
Requires-Dist: motor<4,>=3; extra == "all"
|
|
54
54
|
Requires-Dist: valkey>=6; extra == "all"
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
deprecated>=1.2
|
|
2
|
-
packaging
|
|
2
|
+
packaging>=21
|
|
3
3
|
typing_extensions
|
|
4
4
|
|
|
5
5
|
[all]
|
|
6
|
-
redis!=4.5.2,!=4.5.3,<
|
|
6
|
+
redis!=4.5.2,!=4.5.3,<7.0.0,>3
|
|
7
7
|
redis!=4.5.2,!=4.5.3,>=4.2.0
|
|
8
8
|
pymemcache<5.0.0,>3
|
|
9
9
|
pymongo<5,>4.1
|
|
10
10
|
valkey>=6
|
|
11
|
-
coredis<
|
|
11
|
+
coredis<6,>=3.4.0
|
|
12
12
|
memcachio>=0.3
|
|
13
13
|
motor<4,>=3
|
|
14
14
|
|
|
@@ -19,7 +19,7 @@ memcachio>=0.3
|
|
|
19
19
|
motor<4,>=3
|
|
20
20
|
|
|
21
21
|
[async-redis]
|
|
22
|
-
coredis<
|
|
22
|
+
coredis<6,>=3.4.0
|
|
23
23
|
|
|
24
24
|
[async-valkey]
|
|
25
25
|
valkey>=6
|
|
@@ -31,7 +31,7 @@ pymemcache<5.0.0,>3
|
|
|
31
31
|
pymongo<5,>4.1
|
|
32
32
|
|
|
33
33
|
[redis]
|
|
34
|
-
redis!=4.5.2,!=4.5.3,<
|
|
34
|
+
redis!=4.5.2,!=4.5.3,<7.0.0,>3
|
|
35
35
|
|
|
36
36
|
[rediscluster]
|
|
37
37
|
redis!=4.5.2,!=4.5.3,>=4.2.0
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
-r main.txt
|
|
2
|
-
furo==
|
|
2
|
+
furo==2025.7.19
|
|
3
3
|
Sphinx>=4,<9
|
|
4
4
|
sphinx-autobuild==2024.10.3
|
|
5
5
|
sphinx-copybutton==0.5.2
|
|
6
6
|
sphinx-design==0.6.1
|
|
7
7
|
sphinx-inline-tabs==2023.4.21
|
|
8
|
-
sphinxext-opengraph==0.
|
|
8
|
+
sphinxext-opengraph==0.11.0
|
|
9
9
|
sphinx-paramlinks==0.6.0
|
|
10
10
|
sphinxcontrib-programoutput==0.17
|
|
11
11
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
coredis>=3.4.0,<6
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
redis>3,!=4.5.2,!=4.5.3,<7.0.0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
coredis>=3.4.0,<5
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
redis>3,!=4.5.2,!=4.5.3,<6.0.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|