We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We pinned the version of protobuf to protobuf>=3.10,<3.20 because we patch some functionality when converting json <> proto in the AWS Lambda feature server (https://github.com/feast-dev/feast/blob/master/sdk/python/feast/proto_json.py#L18).
protobuf>=3.10,<3.20
protobuf 3.20.0 changes the API we patch - so the version bump needs to happen along with an update to the patched methods.
#2480 has more context.
The text was updated successfully, but these errors were encountered:
adchia
Successfully merging a pull request may close this issue.
We pinned the version of protobuf to
protobuf>=3.10,<3.20
because we patch some functionality when converting json <> proto in the AWS Lambda feature server (https://github.com/feast-dev/feast/blob/master/sdk/python/feast/proto_json.py#L18).protobuf 3.20.0 changes the API we patch - so the version bump needs to happen along with an update to the patched methods.
#2480 has more context.
The text was updated successfully, but these errors were encountered: