googleapis / gapic-generator-python

Generate Python API client libraries from Protocol Buffers.
Apache License 2.0
122 stars 69 forks source link

fix: allow `google-cloud-kms` 3.x #2226

Closed parthea closed 1 month ago

parthea commented 1 month ago

google-cloud-kms 3.0.0 was released on September 23 2024. We need to bump the upper bound in _pypi_packages.j2

https://github.com/googleapis/gapic-generator-python/blob/034191e839ce387cc706084af4d32af6ac8395fb/gapic/templates/_pypi_packages.j2#L15

https://pypi.org/project/google-cloud-kms/3.0.0/

Closes https://github.com/googleapis/google-cloud-python/pull/13162