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

Commit

Permalink
pinning redis to 3.5.3 and updating minor version (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim authored Nov 17, 2021
1 parent cee952e commit 0ddff95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "redistimeseries"
version = "1.4.3"
version = "1.4.4"
description = "RedisTimeSeries Python Client"
authors = ["RedisLabs <oss@redislabs.com>"]
license = "BSD-3-Clause"
Expand All @@ -23,7 +23,7 @@ keywords = ["Redis TimeSeries Extension"]

[tool.poetry.dependencies]
python = "^3.6"
redis = "^3.5.3"
redis = "3.5.3"
importlib-metadata = "^4.0.1"


Expand Down

0 comments on commit 0ddff95

Please sign in to comment.