Skip to content

Commit ad6287d

Browse files
authored
Bump redis to >=4.5.5 because of redis/redis-py#2633 (#286)
1 parent 6c4e2e6 commit ad6287d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
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)