diff --git a/pyproject.toml b/pyproject.toml index db75572..f701e0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redistimeseries" -version = "1.4.3" +version = "1.4.4" description = "RedisTimeSeries Python Client" authors = ["RedisLabs "] license = "BSD-3-Clause" @@ -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"