gapic-generator-python
gapic-generator-python copied to clipboard
Generate Python API client libraries from Protocol Buffers.
add client logging support for gRPC streaming RPCs
Fragment tests fail when installing `protobuf==3.20.2`. This surfaced when trying to add `grpcio` to constraints files. It appears that we were not installing `protobuf==3.20.2` when running fragment tests. This bug...
I'm hitting a strange issue where there is a coverage gap in python 3.14 in unit tests, but in all other python runtimes there is no gap. See https://github.com/googleapis/gapic-generator-python/actions/runs/18045136023/job/51353943485?pr=2344 ```...
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...
This fixes a generated test that was causing pre-submits to fail because the tests itself is async (and tests async code) but it wasn't properly marked in order for the...
When I run nox tests sequentially, they succeed, but when I run them with PARALLEL_FRAGMENT_TESTS, they execute much faster but the actual testing infrastructure (I don't think it's the test...
`google.protobuf.__version__` is used in this code base. https://github.com/search?q=repo%3Agoogleapis%2Fgapic-generator-python%20google.protobuf.__version__&type=code It's possible that this is the cause of https://github.com/googleapis/google-cloud-python/issues/13974. We should switch to `importlib.metadata.version('protobuf')` instead ``` >>> importlib.metadata.version('protobuf') '6.30.2' ```
I tried to run the integration tests as described in https://github.com/googleapis/gapic-generator-python/blob/main/DEVELOPMENT.md, and I get local build failures. Do we need to update the instructions? My output is this: ``` bazelisk...
Hi, This is almost same as below issue, but to make title more general, please allow me to create this issue. https://github.com/googleapis/google-cloud-python/issues/5348 When we want to change proxy setting (from...
### Determine this is the right repository - [x] I determined this is the correct repository in which to report this bug. ### Summary of the issue if a 0xa...