Skip to content

Commit

Permalink
pinning redis to 3.5.3 and updating minor version (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim authored Nov 17, 2021
1 parent c5cab4e commit 54e875e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/reqpacks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cx-Oracle
# pysqlite3
cassandra-driver
snowflake-sqlalchemy
redis
redis==3.5.3
redis-py-cluster
pyodbc
pymongo
2 changes: 1 addition & 1 deletion examples/redis/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rgsync
redis
redis==3.5.3
redis-py-cluster
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 = "rgsync"
version = "1.1.0"
version = "1.1.1"
description = "RedisGears synchronization recipe"
keywords = ["redis", "redisgears", "writebehind"]
authors = ["Redis OSS <oss@redis.com>"]
Expand All @@ -22,7 +22,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.6.2"
redis = "^3.5.3"
redis = "3.5.3"
SQLAlchemy = "1.3.24"
pymongo = "^3.12.0" # located here, because it achieves the same goal as sqlalchemy

Expand Down

0 comments on commit 54e875e

Please sign in to comment.