-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update gRPC and protobuf [ML-6341](https://iguazio.atlassian.net/browse/ML-6341) * Revert to Go 1.19 * Get it working * Fix * Regenerate python gRPC code * Update python access to protobuf message to work with protobuf 4 * Specify protobuf requirement explicitly * Remove reference to MessageMapContainer * Fix test message * Revert "Remove reference to MessageMapContainer" * Fix Dockerfile to always build for linux and amd64
- Loading branch information
Showing
14 changed files
with
2,404 additions
and
3,861 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
googleapis-common-protos>=1.5.3 | ||
# grpcio-tools 1.34.0 must not be used as it segfaults (1.34.1 ok). | ||
# grpcio-tools 1.49 raises protobuf version from 3.x to 4.x, which breaks compatibility. | ||
grpcio-tools>=1.30,!=1.34.0,<1.49 | ||
grpcio-tools>=1.49 | ||
protobuf~=4.0 | ||
pandas>=0.23.4 | ||
requests>=2.19.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.