Skip to content

Commit 2b65564

Browse files
Update redis[hiredis] requirement from ~=6.0 to >=6,<8 in /python
Updates the requirements on [redis[hiredis]](https://github.com/redis/redis-py) to permit the latest version. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v6.0.0...v7.0.1) --- updated-dependencies: - dependency-name: redis[hiredis] dependency-version: 7.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b1ecee2 commit 2b65564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ qdrant = [
138138
"qdrant-client ~= 1.9"
139139
]
140140
redis = [
141-
"redis[hiredis] ~= 6.0",
141+
"redis[hiredis] >= 6,< 8",
142142
"types-redis ~= 4.6.0.20240425",
143143
"redisvl ~= 0.4"
144144
]

0 commit comments

Comments
 (0)