Skip to content

Commit 4c75cc9

Browse files
authored
Pinning redis version (#29)
1 parent 8fe5a37 commit 4c75cc9

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 = "gearsclient"
3-
version = "0.1"
3+
version = "1.0.2"
44
description = "RedisGears Python Client"
55
authors = ["RedisLabs <oss@redislabs.com>"]
66
license = "BSD-3-Clause"
@@ -20,7 +20,7 @@ keywords = ["Redis JSON Extension"]
2020

2121
[tool.poetry.dependencies]
2222
python = "^3.6"
23-
redis = "^3.5.3"
23+
redis = "3.5.3"
2424
six = "^1.16.0"
2525
cloudpickle = "^1.6.0"
2626

0 commit comments

Comments
 (0)