Skip to content

Commit 5b0e909

Browse files
committed
Updated minimum Redis version
1 parent 90b570d commit 5b0e909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ asyncpg = ["asyncpg >= 0.20"]
4646
cbor = ["cbor2 >= 5.0"]
4747
mongodb = ["pymongo >= 4"]
4848
mqtt = ["paho-mqtt >= 2.0"]
49-
redis = ["redis >= 4.4.0"]
49+
redis = ["redis >= 5.0.1"]
5050
sqlalchemy = ["sqlalchemy[asyncio] >= 2.0.19"]
5151
test = [
5252
"APScheduler[cbor,mongodb,mqtt,redis,sqlalchemy]",

0 commit comments

Comments
 (0)