-
Notifications
You must be signed in to change notification settings - Fork 101
Attempt further fix of protobuf runtime stub incompatibilities #1788
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
Attempt further fix of protobuf runtime stub incompatibilities #1788
Conversation
…han grpcio version - Only ship with the smallest major available protobuf stubs to avoid runtime issues
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.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
|
Great to see you again! Thanks for the contribution. |
- Use stubs in grpc ping method - Remove health-checking dep
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1788 +/- ##
==========================================
- Coverage 87.29% 87.26% -0.03%
==========================================
Files 269 269
Lines 18735 18777 +42
==========================================
+ Hits 16354 16386 +32
- Misses 2381 2391 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
grpcio-health-checkingCloses #1786