Skip to content

Commit 8ca985f

Browse files
authored
pinning redis to 3.5.3 and updating minor version (#68)
1 parent d229bb0 commit 8ca985f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rejson"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
description = "RedisJSON Python Client"
55
authors = ["RedisLabs <[email protected]>"]
66
license = "BSD-3-Clause"
@@ -24,7 +24,7 @@ keywords = ["Redis JSON Extension"]
2424

2525
[tool.poetry.dependencies]
2626
python = "^3.6"
27-
redis = "^3.5.3"
27+
redis = "3.5.3"
2828
six = "^1.16.0"
2929

3030

0 commit comments

Comments
 (0)