danielgtaylor / python-betterproto

Clean, modern, Python 3.6+ code generator & library for Protobuf 3 and async gRPC
MIT License
1.56k stars 218 forks source link

fix: Message.to_pydict and .from_pydict #609

Open RF-Tar-Railt opened 2 months ago

RF-Tar-Railt commented 2 months ago

Summary

resolve #610

Just one line different:

from_pydict is the same cause.

Checklist

Gobot1234 commented 2 months ago

What is this fixing? Please can you also provide tests so that this doesn't happen in the future

RF-Tar-Railt commented 2 months ago

What is this fixing? Please can you also provide tests so that this doesn't happen in the future

updated