Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit 0ddff95

Browse files
authored
pinning redis to 3.5.3 and updating minor version (#117)
1 parent cee952e commit 0ddff95

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 = "redistimeseries"
3-
version = "1.4.3"
3+
version = "1.4.4"
44
description = "RedisTimeSeries Python Client"
55
authors = ["RedisLabs <[email protected]>"]
66
license = "BSD-3-Clause"
@@ -23,7 +23,7 @@ keywords = ["Redis TimeSeries Extension"]
2323

2424
[tool.poetry.dependencies]
2525
python = "^3.6"
26-
redis = "^3.5.3"
26+
redis = "3.5.3"
2727
importlib-metadata = "^4.0.1"
2828

2929

0 commit comments

Comments
 (0)