Skip to content

Commit

Permalink
Change: update supported redis-py version (#922)
Browse files Browse the repository at this point in the history
Support redis-py v4.5 and above to be compatible with newer redis version.
Our base system Debian 11 Bullseye has redis v6.0
  • Loading branch information
jjnicola authored Aug 30, 2023
1 parent 89c6337 commit 33caa89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.9"
redis = ">=3.5.3,<5.0.0"
redis = ">=4.5.0"
psutil = "^5.5.1"
packaging = ">=20.4,<24.0"
lxml = "^4.5.2"
Expand Down

0 comments on commit 33caa89

Please sign in to comment.