-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
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
Updates protos and fixes grpc-tools for protos generation #766
Conversation
Signed-off-by: Elena Kolevska <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #766 +/- ##
==========================================
- Coverage 86.63% 86.10% -0.53%
==========================================
Files 84 89 +5
Lines 4473 4972 +499
==========================================
+ Hits 3875 4281 +406
- Misses 598 691 +93 ☔ View full report in Codecov by Sentry. |
tools/requirements.txt
Outdated
@@ -1 +1 @@ | |||
grpcio-tools>=1.57.0 | |||
grpcio-tools==1.57.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
grpcio-tools==1.57.0 | |
grpcio-tools==1.62.3 |
I did some research and found that 1.62.3
is the latest version before protobuf
1.26.X is used which has breaking changes for Python. Let's pin this to 1.62.3 to get a newer version while maintaining compatibility with more grpcio
versions (which use older protobuf
versions).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you use that version please and regenerate the protos? :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good but see comment on a new grpcio-tools version
Signed-off-by: Elena Kolevska <[email protected]>
* Updates protos and fixes grpc-tools for protos generation Signed-off-by: Elena Kolevska <[email protected]> * bumps grpcio tools version Signed-off-by: Elena Kolevska <[email protected]> --------- Signed-off-by: Elena Kolevska <[email protected]>
No description provided.