Skip to content

Commit

Permalink
fix: allow redis 4.3.* (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencehonles authored Jun 6, 2022
1 parent 807ef47 commit f752070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repository = "https://github.com/dsoftwareinc/fakeredis-py"

[tool.poetry.dependencies]
python = "^3.7"
redis = "<=4.3.1"
redis = "<4.4"
six = "^1.16.0"
sortedcontainers = "^2.4.0"
lupa = { version = "^1.13", optional = true }
Expand Down Expand Up @@ -73,4 +73,4 @@ markers = [
"min_server",
"decode_responses",
]
asyncio_mode="strict"
asyncio_mode="strict"

0 comments on commit f752070

Please sign in to comment.