File tree 3 files changed +16
-22
lines changed
3 files changed +16
-22
lines changed Original file line number Diff line number Diff line change @@ -870,7 +870,7 @@ async def close(self) -> None:
870
870
await self .pool .delete (self .health_check_key )
871
871
if self .on_shutdown :
872
872
await self .on_shutdown (self .ctx )
873
- await self .pool .close (close_connection_pool = True )
873
+ await self .pool .aclose (close_connection_pool = True ) # type: ignore
874
874
self ._pool = None
875
875
876
876
def __repr__ (self ) -> str :
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ classifiers = [
38
38
]
39
39
requires-python = ' >=3.7'
40
40
dependencies = [
41
- ' redis[hiredis]>=4.2.0 ' ,
41
+ ' redis[hiredis]>=5.0.1 ' ,
42
42
' click>=8.0' ,
43
43
' typing-extensions>=4.1.0' ,
44
44
]
Original file line number Diff line number Diff line change 1
- #
2
- # This file is autogenerated by pip-compile with Python 3.10
3
- # by the following command:
4
- #
5
- # pip-compile requirements/linting.in
6
- #
1
+ # This file was autogenerated by uv via the following command:
2
+ # uv pip compile requirements/linting.in -o requirements/linting.txt
7
3
black==22.6.0
8
- # via -r requirements/linting.in
4
+ cffi==1.16.0
5
+ # via cryptography
9
6
click==8.1.3
10
7
# via black
11
8
colorama==0.4.5
12
9
# via isort
13
- flake8==5 .0.4
10
+ cryptography==42 .0.5
14
11
# via
15
- # -r requirements/linting.in
16
- # flake8-quotes
12
+ # types-pyopenssl
13
+ # types-redis
14
+ flake8==5.0.4
15
+ # via flake8-quotes
17
16
flake8-quotes==3.3.1
18
- # via -r requirements/linting.in
19
- isort[colors]==5.10.1
20
- # via -r requirements/linting.in
17
+ isort==5.10.1
21
18
mccabe==0.7.0
22
19
# via flake8
23
20
mypy==1.3.0
24
- # via -r requirements/linting.in
25
21
mypy-extensions==1.0.0
26
22
# via
27
23
# black
@@ -32,15 +28,13 @@ platformdirs==2.5.2
32
28
# via black
33
29
pycodestyle==2.9.1
34
30
# via flake8
31
+ pycparser==2.21
32
+ # via cffi
35
33
pyflakes==2.5.0
36
34
# via flake8
37
- tomli==2.0.1
38
- # via
39
- # black
40
- # mypy
35
+ types-pyopenssl==24.0.0.20240228
36
+ # via types-redis
41
37
types-pytz==2022.2.1.0
42
- # via -r requirements/linting.in
43
38
types-redis==4.5.5.2
44
- # via -r requirements/linting.in
45
39
typing-extensions==4.3.0
46
40
# via mypy
You can’t perform that action at this time.
0 commit comments