There was an error while loading. Please reload this page.
1 parent 3a9ecea commit 49d4a95Copy full SHA for 49d4a95
1 file changed
sdk/python/feast/proto_json.py
@@ -115,6 +115,7 @@ def from_json_object_updated(
115
parser: _Parser, value: JsonObject, message: ProtoMessage, path: str
116
):
117
from_json_object(parser, value, message)
118
+
119
# https://github.com/feast-dev/feast/issues/2484 Certain feast users need a higher version of protobuf but the
120
# parameters of `from_json_object` changes in feast 3.20.1. This change gives users flexibility to use earlier versions.
121
current_version = pkg_resources.get_distribution("protobuf").version
0 commit comments