Skip to content

Commit 52a4406

Browse files
committed
bump feast version to 0.9.5.2
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
1 parent 800358b commit 52a4406

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/requirements-ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
feast==0.9.5.1
1+
feast==0.9.5.2
22
cryptography==3.1
33
flake8
44
black==19.10b0

python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
REQUIRES_PYTHON = ">=3.6.0"
4040

4141
REQUIRED = [
42-
"feast==0.9.5.1",
42+
"feast==0.9.5.2",
4343
"Click==7.*",
4444
"google-api-core==1.22.4",
4545
"google-cloud-bigquery==1.18.*",
@@ -148,7 +148,7 @@ def run(self):
148148
],
149149
entry_points={"console_scripts": ["feast-spark=feast_spark.cli:cli"]},
150150
use_scm_version={"root": "../", "relative_to": __file__, "tag_regex": TAG_REGEX},
151-
setup_requires=["setuptools_scm", "grpcio-tools==1.31.0", "feast==0.9.5.1", "mypy-protobuf"],
151+
setup_requires=["setuptools_scm", "grpcio-tools==1.31.0", "feast==0.9.5.2", "mypy-protobuf"],
152152
cmdclass={
153153
"build_proto": BuildProtoCommand,
154154
"build_py": BuildCommand,

0 commit comments

Comments
 (0)