Skip to content

Commit 4c37519

Browse files
Update redis dependency version in pyproject.toml to <8.0.0 (#747)
Update redis dependency version range to <8.0.0 Co-authored-by: Andrew Brookins <andrew.brookins@redis.com>
1 parent e2dd981 commit 4c37519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ include = [
3838

3939
[tool.poetry.dependencies]
4040
python = ">=3.8,<4.0"
41-
redis = ">=3.5.3,<7.0.0"
41+
redis = ">=3.5.3,<8.0.0"
4242
pydantic = ">=2.0.0,<3.0.0"
4343
click = "^8.0.1"
4444
types-redis = ">=3.5.9,<5.0.0"

0 commit comments

Comments
 (0)