Skip to content

Commit

Permalink
Merge pull request #70 from Doist/proxi/redis-5.2.1
Browse files Browse the repository at this point in the history
refactor: Relax dependency requirements to allow redis 5.x.
  • Loading branch information
proxi authored Dec 19, 2024
2 parents c5c3ee6 + c8eedd1 commit 73a4578
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 21 deletions.
29 changes: 9 additions & 20 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 @@ -34,7 +34,7 @@ include = [

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
redis = ">=2.10,<5.0"
redis = ">=2.10,<6.0"
python-dateutil = "*"
future = ">=0.14.3,<0.19.0"
Mako= "^1.0.4"
Expand Down

0 comments on commit 73a4578

Please sign in to comment.