Skip to content

Commit

Permalink
Merge pull request #58 from Doist/tartandsandal/bum-redis-restrictions
Browse files Browse the repository at this point in the history
chore: Bump redis version restriction include v4
  • Loading branch information
tartansandal committed May 5, 2023
2 parents ed5725c + 8e33b8d commit 52cc138
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bitmapist"
version = "3.109"
version = "3.110"
description="Implements a powerful analytics library using Redis bitmaps."
authors = [
"Amir Salihefendic <dev@doist.com>",
Expand Down Expand Up @@ -33,7 +33,7 @@ include = [

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
redis = "^2.10.0"
redis = "^2.10.0,<5.0.0"
python-dateutil = "*"
future = "^0.14.3"
Mako= "^1.0.4"
Expand Down

0 comments on commit 52cc138

Please sign in to comment.