We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe5a37 commit 4c75cc9Copy full SHA for 4c75cc9
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "gearsclient"
3
-version = "0.1"
+version = "1.0.2"
4
description = "RedisGears Python Client"
5
authors = ["RedisLabs <[email protected]>"]
6
license = "BSD-3-Clause"
@@ -20,7 +20,7 @@ keywords = ["Redis JSON Extension"]
20
21
[tool.poetry.dependencies]
22
python = "^3.6"
23
-redis = "^3.5.3"
+redis = "3.5.3"
24
six = "^1.16.0"
25
cloudpickle = "^1.6.0"
26
0 commit comments