Skip to content

Commit

Permalink
bump feast version to 0.9.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
  • Loading branch information
pyalex committed Apr 15, 2021
1 parent 800358b commit 52a4406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
feast==0.9.5.1
feast==0.9.5.2
cryptography==3.1
flake8
black==19.10b0
Expand Down
4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
REQUIRES_PYTHON = ">=3.6.0"

REQUIRED = [
"feast==0.9.5.1",
"feast==0.9.5.2",
"Click==7.*",
"google-api-core==1.22.4",
"google-cloud-bigquery==1.18.*",
Expand Down Expand Up @@ -148,7 +148,7 @@ def run(self):
],
entry_points={"console_scripts": ["feast-spark=feast_spark.cli:cli"]},
use_scm_version={"root": "../", "relative_to": __file__, "tag_regex": TAG_REGEX},
setup_requires=["setuptools_scm", "grpcio-tools==1.31.0", "feast==0.9.5.1", "mypy-protobuf"],
setup_requires=["setuptools_scm", "grpcio-tools==1.31.0", "feast==0.9.5.2", "mypy-protobuf"],
cmdclass={
"build_proto": BuildProtoCommand,
"build_py": BuildCommand,
Expand Down

0 comments on commit 52a4406

Please sign in to comment.