Skip to content

Commit fca0f60

Browse files
committed
Bump redis-py from 4.4 to 4.5 and set lowerbound anyio to 3.7
1 parent c7206dd commit fca0f60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ classifiers = [
3232
requires = [
3333
"structlog~=22.1.0",
3434
"colorama~=0.4.3",
35-
"redis~=4.4.2"
35+
"redis>=4.5.3, <4.6.0", # Required for anyio 3.7 https://github.com/redis/redis-py/issues/2633
36+
"anyio>=3.7.0",
3637
]
3738
description-file = "README.md"
3839
requires-python = ">=3.9"

0 commit comments

Comments
 (0)