Skip to content

Commit aca0a1b

Browse files
author
Nitin Kanukolanu
committed
chore(deps): update redis-py requirement to >=6.4.0
Update minimum redis-py version from 6.2.0 to 6.4.0 to enable support for SVS-VAMANA vector indexing algorithm.
1 parent 66ef546 commit aca0a1b

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
@@ -24,7 +24,7 @@ classifiers = [
2424
dependencies = [
2525
"numpy>=1.26.0,<3",
2626
"pyyaml>=5.4,<7.0",
27-
"redis>=5.0,<7.0",
27+
"redis>=6.4.0,<7.0",
2828
"pydantic>=2,<3",
2929
"tenacity>=8.2.2",
3030
"ml-dtypes>=0.4.0,<1.0.0",

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)