Skip to content

Commit 9ca59e3

Browse files
gbmarc1adchia
andauthored
fix: Protobuf lower bound to 3.20 to alert that Feast is incompatible with tensorflow (#3476)
* build: protobuf lower bound to 3.20 Signed-off-by: gbmarc1 <[email protected]> * lint Signed-off-by: Danny Chiao <[email protected]> --------- Signed-off-by: gbmarc1 <[email protected]> Signed-off-by: Danny Chiao <[email protected]> Co-authored-by: Danny Chiao <[email protected]>
1 parent 2c85421 commit 9ca59e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sdk/python/feast/infra/offline_stores/bigquery_source.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ def get_table_column_names_and_types(
162162
from google.api_core import client_info as http_client_info
163163
except ImportError as e:
164164
from feast.errors import FeastExtrasDependencyImportError
165+
165166
raise FeastExtrasDependencyImportError("gcp", str(e))
166167

167168
from google.cloud import bigquery

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"numpy>=1.22,<3",
5959
"pandas>=1.4.3,<2",
6060
"pandavro~=1.5.0", # For some reason pandavro higher than 1.5.* only support pandas less than 1.3.
61-
"protobuf<5,>3",
61+
"protobuf<5,>3.20",
6262
"proto-plus>=1.20.0,<2",
6363
"pyarrow>=4,<9",
6464
"pydantic>=1,<2",

0 commit comments

Comments
 (0)