Skip to content

Commit f69dd4f

Browse files
committed
Bump redis to >=4.5.5 because of redis/redis-py#2633
1 parent 32735ec commit f69dd4f

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
@@ -38,6 +38,7 @@ classifiers = [
3838
]
3939
dependencies = [
4040
"alembic==1.5.4",
41+
"anyio>=3.7.0",
4142
"broadcaster[redis]==0.2.0",
4243
"click==8.0.3",
4344
"deepmerge==0.1.0",
@@ -59,7 +60,7 @@ dependencies = [
5960
"python-dateutil==2.8.2",
6061
"python-rapidjson==1.9",
6162
"pytz==2022.7.1",
62-
"redis~=4.4.2",
63+
"redis>=4.5.5,<4.6",
6364
"schedule==1.1.0",
6465
"sentry-sdk[fastapi]==1.15.0",
6566
"SQLAlchemy==1.4.28",

0 commit comments

Comments
 (0)