File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 key : " tool.poetry.version"
2727 value : " ${{ steps.get_version.outputs.VERSION }}"
2828
29- - name : Set up Python 3.8
29+ - name : Set up Python 3.9
3030 uses : actions/setup-python@v3
3131 with :
32- python-version : 3.8
32+ python-version : 3.9
3333
3434 - name : Install Poetry
3535 uses : dschep/install-poetry-action@v1.3
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " redisgraph-bulk-loader"
3- version = " 0.11.1 "
3+ version = " 0.12.0 "
44description = " RedisGraph Bulk Import Tool"
55authors = [" Redis Inc <oss@redis.com>" ]
66license = " BSD-3-Clause"
@@ -32,7 +32,8 @@ repository = "https://github.com/RedisGraph/redisgraph-bulk-loader"
3232[tool .poetry .dependencies ]
3333python = " >= 3.7.0"
3434click = " ^8.0.1"
35- redis = " ^4.5.1"
35+ # redis = "^4.5.1"
36+ redis = " ^4.3.4"
3637pathos = " ^0.2.8"
3738
3839[tool .poetry .dev-dependencies ]
You can’t perform that action at this time.
0 commit comments