Skip to content

Commit 28e2070

Browse files
committed
Support Redis v4 explicitly
The previous version spelling didn't appear to admit this, however it actually did. Clarify that both 3.x and 4.x are supported and test on both. Shouldn't need to lint or typecheck on both however.
1 parent 4ab93ff commit 28e2070

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ django = ">=3.2"
1919
daemonize = "~=2.5.0"
2020
prometheus-client = "~=0.7"
2121
typing-extensions = "^4"
22-
redis = {version = "~=3.*", optional = true}
22+
redis = {version = ">=3.0,<5", optional = true}
2323
tqdm = {version = "^4.54.1", optional = true}
2424

2525
[tool.poetry.extras]

0 commit comments

Comments
 (0)