You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using types-protobuf 0.1.9 FromString gives error error: Argument 1 of "FromString" is incompatible with supertype "Message"; supertype defines the argument type as "ByteString"
When using
types-protobuf0.1.9FromStringgives errorerror: Argument 1 of "FromString" is incompatible with supertype "Message"; supertype defines the argument type as "ByteString"It looks like this error message was fixed in mypy-protobuf 1.23 https://github.com/dropbox/mypy-protobuf/blob/master/CHANGELOG.md