Skip to content

Commit

Permalink
Update redis-py dependency to >=4.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson authored and Shi Feng committed Jun 16, 2023
1 parent e304ff4 commit 13ead0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
include_package_data=True,
python_requires=">=3.7",
install_requires=[
"redis==4.3.5",
"redis>=4.5.3",
"msgpack~=1.0",
"asgiref>=3.2.10,<4",
"channels",
Expand Down

0 comments on commit 13ead0b

Please sign in to comment.