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: fix TypeError: MessageToJson() got an unexpected keyword argument 'including_default_value_fields' #1936

Merged
merged 2 commits into from
Feb 14, 2024

Conversation

parthea
Copy link
Contributor

@parthea parthea commented Feb 7, 2024

Fixes #1935 🦕

@parthea parthea requested a review from a team as a code owner February 7, 2024 12:53
@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Feb 7, 2024
@parthea
Copy link
Contributor Author

parthea commented Feb 7, 2024

Filed googleapis/proto-plus-python#431 to address the remaining issue in proto-plus

@vchudnov-g
Copy link
Contributor

vchudnov-g commented Feb 7, 2024

Is the behavior without this parameter the same as before (which defaulted to False, as we had explicit in the code)? For field presence, we are probably relying on this being False.

EDIT: Nm, I see your comments in #1935, and it looks like the default for the renamed parameter behaves the same as the code before this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: m Pull request size is medium.
Projects
None yet
2 participants