limits 5.4.0__py3-none-any.whl → 5.5.0__py3-none-any.whl
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/_version.py +3 -3
- {limits-5.4.0.dist-info → limits-5.5.0.dist-info}/METADATA +6 -6
- {limits-5.4.0.dist-info → limits-5.5.0.dist-info}/RECORD +6 -6
- {limits-5.4.0.dist-info → limits-5.5.0.dist-info}/WHEEL +0 -0
- {limits-5.4.0.dist-info → limits-5.5.0.dist-info}/licenses/LICENSE.txt +0 -0
- {limits-5.4.0.dist-info → limits-5.5.0.dist-info}/top_level.txt +0 -0
limits/_version.py
CHANGED
|
@@ -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,5 +1,5 @@
|
|
|
1
1
|
limits/__init__.py,sha256=gPUFrt02kHF_syLjiVRSs-S4UVGpRMcM2VMFNhF6G24,748
|
|
2
|
-
limits/_version.py,sha256=
|
|
2
|
+
limits/_version.py,sha256=3QGbRs2d-CYd5jn-M8EVY8eewQkYB2eXvrQfWkYwUyI,497
|
|
3
3
|
limits/errors.py,sha256=s1el9Vg0ly-z92guvnvYNgKi3_aVqpiw_sufemiLLTI,662
|
|
4
4
|
limits/limits.py,sha256=EztiGCXBVwIqNtps77HiW6vLlMO93wCh7mu5W7BuhwI,5011
|
|
5
5
|
limits/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -37,8 +37,8 @@ limits/storage/redis.py,sha256=zTwxV5qosxGBTrkZmD4UWQdvavDbWpYHXY7H3hXH-Sw,10791
|
|
|
37
37
|
limits/storage/redis_cluster.py,sha256=GkL8GCQFfxDriMzsPMkaj6pMEX5FvQXYpUtXLY5q8fQ,4621
|
|
38
38
|
limits/storage/redis_sentinel.py,sha256=OSb61DxgUxMgXSIjaM_pF5-entD8XntD56xt0rFu89k,4479
|
|
39
39
|
limits/storage/registry.py,sha256=CxSaDBGR5aBJPFAIsfX9axCnbcThN3Bu-EH4wHrXtu8,650
|
|
40
|
-
limits-5.
|
|
41
|
-
limits-5.
|
|
42
|
-
limits-5.
|
|
43
|
-
limits-5.
|
|
44
|
-
limits-5.
|
|
40
|
+
limits-5.5.0.dist-info/licenses/LICENSE.txt,sha256=T6i7kq7F5gIPfcno9FCxU5Hcwm22Bjq0uHZV3ElcjsQ,1061
|
|
41
|
+
limits-5.5.0.dist-info/METADATA,sha256=PIzhfLgYB61sNg_4A8x8X_6r32rgymUM4nwt4lTxdP4,10896
|
|
42
|
+
limits-5.5.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
43
|
+
limits-5.5.0.dist-info/top_level.txt,sha256=C7g5ahldPoU2s6iWTaJayUrbGmPK1d6e9t5Nn0vQ2jM,7
|
|
44
|
+
limits-5.5.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|