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

from_dict() raises TypeError in the presence of proto3 optional google.protobuf.Timestamp field #333

Closed
emosenkis opened this issue Feb 3, 2022 · 0 comments · Fixed by #329

Comments

@emosenkis
Copy link
Contributor

>                       setattr(self, field_name, cls().from_dict(value[key]))
E                       TypeError: function missing required argument 'year' (pos 1)

src/betterproto/__init__.py:1204: TypeError
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 a pull request may close this issue.

1 participant