Skip to content
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

Fix: Generate protos using oldest allowed grpcio version #307

Merged
merged 2 commits into from
Jan 31, 2025

Conversation

mrkaye97
Copy link
Contributor

There's a runtime error you'll get now if you use an older version of grpcio than what the protos in the SDK were generated using, so this change tweaks our generation logic to manually install the oldest allowed version of grpcio and grpcio-tools to run the generation to hopefully prevent this issue

@mrkaye97 mrkaye97 requested a review from grutt January 30, 2025 16:55
@mrkaye97 mrkaye97 merged commit b09f92e into main Jan 31, 2025
6 checks passed
@mrkaye97 mrkaye97 deleted the fix--grpcio-ver branch January 31, 2025 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants