Skip to content

Commit

Permalink
update redis requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
zoro committed Jan 5, 2024
1 parent f6c214a commit b16a3dc
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 @@ -12,10 +12,10 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/long2ice/fastapi-limiter.git"
version = "0.1.5"
version = "0.1.6"

[tool.poetry.dependencies]
redis = "^4.2.0rc1"
redis = ">=4.2.0rc1"
fastapi = "*"
python = "^3.7"

Expand Down

0 comments on commit b16a3dc

Please sign in to comment.