Skip to content

Commit

Permalink
pinning pymongo version (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim authored Jan 4, 2022
1 parent acb2af7 commit 7439160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/reqpacks/build
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [[ -z $GEARS_VERSION ]]; then
if [[ $RGSYNC_VERSION == 99.99.99 ]]; then
GEARS_VERSION=master
else
GEARS_VERSION=1.0.7
GEARS_VERSION=1.0.9
fi
fi

Expand Down
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.3"
version = "1.1.4"
description = "RedisGears synchronization recipe"
keywords = ["redis", "redisgears", "writebehind"]
authors = ["Redis OSS <[email protected]>"]
Expand All @@ -25,7 +25,7 @@ classifiers = [
python = "^3.6.2"
redis = "3.5.3"
SQLAlchemy = "1.3.24"
pymongo = "^3.12.0" # located here, because it achieves the same goal as sqlalchemy
pymongo = "4.0.1" # located here, because it achieves the same goal as sqlalchemy

[tool.poetry.dev-dependencies]
flake8 = "^3.9.2"
Expand Down

0 comments on commit 7439160

Please sign in to comment.