Skip to content

Commit 0027561

Browse files
committed
Correct inconsistent dependency
Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
1 parent 592af75 commit 0027561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
+ AWS_REQUIRED
133133
)
134134

135-
DEV_REQUIRED = ["mypy-protobuf>=1.*", "grpcio-testing==1.*"] + CI_REQUIRED
135+
DEV_REQUIRED = ["mypy-protobuf>=3.1.0", "grpcio-testing==1.*"] + CI_REQUIRED
136136

137137
# Get git repo root directory
138138
repo_root = str(pathlib.Path(__file__).resolve().parent.parent.parent)
@@ -244,7 +244,7 @@ def run(self):
244244
],
245245
entry_points={"console_scripts": ["feast=feast.cli:cli"]},
246246
use_scm_version=use_scm_version,
247-
setup_requires=["setuptools_scm", "grpcio", "grpcio-tools==1.34.0", "mypy-protobuf==1.*", "sphinx!=4.0.0"],
247+
setup_requires=["setuptools_scm", "grpcio", "grpcio-tools==1.34.0", "mypy-protobuf==3.1.0", "sphinx!=4.0.0"],
248248
package_data={
249249
"": [
250250
"protos/feast/**/*.proto",

0 commit comments

Comments
 (0)