Closed colinbendell closed 4 months ago
Thanks Colin. Yes, we need to update gapic-common, although we're also dependent on grpc updating before we can fully test. (I see you also opened https://github.com/grpc/grpc/issues/36891, thanks for doing that.) I'll see if we can get these prioritized.
@dazuma Thanks! I think you'll also want to do the same for the gapic-generator in this repo
@colinbendell gapic-generator isn't part of the runtime stack so shouldn't affect your usage. Yes, we'll need to update it at some point soon, but we're very careful about its dependencies because of its critical role in the supply chain.
We have a brief release freeze in progress while some updates to our infrastructure are happening, but I hope to get the updated gapic-common gem out in the next day or so, or the very beginning of next week at the latest.
The
gapic-common
v0.21.1 depends ongoogle-protobuf ~> 3.18
(2021 vintage). This approximately equal dependency prohibits major version jumps and parent projects aren't able to add dependencies using the 4.x series ofgoogle-protobuf
(v4.27.1 is the latest).Can we update the dependency to:
Further context,
google-cloud-ai_platform-v1
depends ongapic-common
causing this implicit legacy gem dependency