Skip to content

Commit 33caa89

Browse files
authored
Change: update supported redis-py version (#922)
Support redis-py v4.5 and above to be compatible with newer redis version. Our base system Debian 11 Bullseye has redis v6.0
1 parent 89c6337 commit 33caa89

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ packages = [
4444

4545
[tool.poetry.dependencies]
4646
python = "^3.9"
47-
redis = ">=3.5.3,<5.0.0"
47+
redis = ">=4.5.0"
4848
psutil = "^5.5.1"
4949
packaging = ">=20.4,<24.0"
5050
lxml = "^4.5.2"

0 commit comments

Comments
 (0)