googleapis / google-cloud-php

Google Cloud Client Library for PHP
https://cloud.google.com/php/docs/reference
Apache License 2.0
1.09k stars 433 forks source link

chore: revert pin grpc to fix failing tests, add version to CommonProtos #7598

Closed bshaffer closed 1 month ago

bshaffer commented 1 month ago

Reverts googleapis/google-cloud-php#7532, as https://github.com/grpc/grpc/issues/37222 is now fixed. This will make our individual package tests run about 20 minutes faster

Additionally, add "version" to CommonProtos, as this is required for the same reason that it's required in LongRunning (it ends up being a dependency of a dependency in testing)