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

Cover grpcio tools codegen changes #253

Merged
merged 5 commits into from
Nov 18, 2022
Merged

Conversation

Superskyyy
Copy link
Member

@Superskyyy Superskyyy commented Nov 18, 2022

grpcio-tools introduces breaking changes on generated code (message types are no longer in pb2 files, not a runtime problem, but breaks type checker)

So I added the additional protoc option to cover this case when grpcio-tools>=1.49.0

I didn't pin the requirement of grpcio-tools to avoid constraining grpcio version in end user env. (grpcio>=version of grpcio-tools)

Signed-off-by: Superskyyy superskyyy@outlook.com

  • If this pull request closes/resolves/fixes an existing issue, replace the issue url. Closes:
  • Update the CHANGELOG.md.

Signed-off-by: Superskyyy <superskyyy@outlook.com>
@Superskyyy Superskyyy added the chore Project chores label Nov 18, 2022
Signed-off-by: Superskyyy <superskyyy@outlook.com>
@Superskyyy Superskyyy added this to the 1.0.0 milestone Nov 18, 2022
@Superskyyy Superskyyy self-assigned this Nov 18, 2022
Signed-off-by: Superskyyy <superskyyy@outlook.com>
@Superskyyy
Copy link
Member Author

oO, not ready for review, my bad.

@Superskyyy Superskyyy marked this pull request as draft November 18, 2022 05:22
Signed-off-by: Superskyyy <superskyyy@outlook.com>
Signed-off-by: Superskyyy <superskyyy@outlook.com>
@Superskyyy Superskyyy marked this pull request as ready for review November 18, 2022 05:47
@Superskyyy
Copy link
Member Author

Ready

@kezhenxu94 kezhenxu94 merged commit a1db57c into apache:master Nov 18, 2022
@Superskyyy Superskyyy deleted the codegen branch December 20, 2022 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Project chores
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants