Skip to content

Commit 41f23f4

Browse files
chore(deps-dev): update redis requirement
Updates the requirements on [redis](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@v5.0.0...v7.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3057b13 commit 41f23f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ evaluation = [
9595

9696
# 분산 처리 (Redis + Kafka)
9797
distributed = [
98-
"redis>=5.0.0,<6.0.0", # Redis 클라이언트
98+
"redis>=5.0.0,<8.0.0", # Redis 클라이언트
9999
"kafka-python>=2.0.0,<3.0.0", # Kafka 클라이언트
100100
"hiredis>=2.0.0,<3.0.0", # Redis 성능 향상 (C 확장, 선택적)
101101
]

0 commit comments

Comments
 (0)