Skip to content

Commit

Permalink
Bump redis to >=4.5.5 because of redis/redis-py#2633 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark90 authored Jun 20, 2023
1 parent 6c4e2e6 commit ad6287d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ classifiers = [
]
dependencies = [
"alembic==1.5.4",
"anyio>=3.7.0",
"broadcaster[redis]==0.2.0",
"click==8.0.3",
"deepmerge==0.1.0",
Expand All @@ -59,7 +60,7 @@ dependencies = [
"python-dateutil==2.8.2",
"python-rapidjson==1.9",
"pytz==2022.7.1",
"redis~=4.4.2",
"redis>=4.5.5,<4.6",
"schedule==1.1.0",
"sentry-sdk[fastapi]==1.15.0",
"SQLAlchemy==1.4.28",
Expand Down

0 comments on commit ad6287d

Please sign in to comment.