Skip to content

Commit 257c962

Browse files
committed
chore: update minimum redis version to >=7
1 parent 4ad3f1b commit 257c962

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ litellm = ["litellm>=1.67.4.post1, <2"]
4141
realtime = ["websockets>=15.0, <16"]
4242
sqlalchemy = ["SQLAlchemy>=2.0", "asyncpg>=0.29.0"]
4343
encrypt = ["cryptography>=45.0, <46"]
44-
redis = ["redis>=6.4.0"]
44+
redis = ["redis>=7"]
4545
dapr = ["dapr>=1.16.0", "grpcio>=1.60.0"]
4646

4747
[dependency-groups]

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)