Bump the minimum version of proto-plus to 1.22.3 #1774
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
I had to manually fix a google-cloud-python PR that had a comment looking like this:
proto-plus
version1.22.3
includes a fix to resolve an issue where marshal fails with cross api dependency.https://github.com/googleapis/proto-plus-python/releases/tag/v1.22.3
With older versions of
proto-plus
, generated unit tests would fail withTypeError
due to the issue mentioned above with marshal failing for cross api dependencies.The text was updated successfully, but these errors were encountered: