Skip to content

Commit 52cc138

Browse files
authored
Merge pull request #58 from Doist/tartandsandal/bum-redis-restrictions
chore: Bump redis version restriction include v4
2 parents ed5725c + 8e33b8d commit 52cc138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bitmapist"
3-
version = "3.109"
3+
version = "3.110"
44
description="Implements a powerful analytics library using Redis bitmaps."
55
authors = [
66
"Amir Salihefendic <[email protected]>",
@@ -33,7 +33,7 @@ include = [
3333

3434
[tool.poetry.dependencies]
3535
python = ">=3.9,<3.12"
36-
redis = "^2.10.0"
36+
redis = "^2.10.0,<5.0.0"
3737
python-dateutil = "*"
3838
future = "^0.14.3"
3939
Mako= "^1.0.4"

0 commit comments

Comments
 (0)