Anthonios Partheniou
Anthonios Partheniou
See feedback from review in https://github.com/googleapis/google-cloud-go/pull/13251 where there is a comment from Gemini to sort the team names in [CODEOWNERS](https://github.com/googleapis/google-cloud-go/blob/main/.github/CODEOWNERS) https://github.com/googleapis/google-cloud-go/pull/13251#discussion_r2469364736 https://github.com/googleapis/google-cloud-go/pull/13251#discussion_r2469689113
Cryptography is a required dependency of `google-auth` 3.x pre-release and needs to be added to the pre-release tests since we install dependencies with `--no-deps`. https://github.com/googleapis/gapic-generator-python/blob/d20dd2876fbf8c35f6a994639864815b0d7608ab/gapic/templates/noxfile.py.j2#L508 The reason for using `--no-deps`...
This PR depends on https://github.com/googleapis/gapic-generator-python/pull/2491. Similar to https://github.com/googleapis/gapic-generator-python/pull/2491, we're removing code formatting for `setup.py` while keeping the code formatting verification via the `lint` session.
This PR depends on https://github.com/googleapis/gapic-generator-python/pull/2492. Similar to https://github.com/googleapis/gapic-generator-python/pull/2492, we're removing code formatting for `docs/conf.py` while keeping the code formatting verification via the `lint` session.
This PR depends on https://github.com/googleapis/gapic-generator-python/pull/2493. Similar to https://github.com/googleapis/gapic-generator-python/pull/2493, we're removing code formatting for the `google` directory while keeping the code formatting verification via the `lint` session.
This PR depends on https://github.com/googleapis/gapic-generator-python/pull/2497. Similar to https://github.com/googleapis/gapic-generator-python/pull/2497, we're removing code formatting for the `samples` directory while keeping the code formatting verification via the `lint` session.
The request message for GetAccountForGcpRegistration in `google/shopping/merchant/accounts/v1/developerregistration.proto` [here](https://github.com/googleapis/googleapis/blob/a17b84add8318f780fcc8a027815d5fee644b9f7/google/shopping/merchant/accounts/v1/developerregistration.proto#L67-L75) has `google.protobuf.Empty` as a request message. ``` // Retrieves the merchant account that the calling GCP is registered with. rpc GetAccountForGcpRegistration(google.protobuf.Empty) returns...
3.15.0 alpha 1 is expected 2025-10-14 as per https://peps.python.org/pep-0790 . This bug tracks adding presubmits for the alpha release.
``` FAILED tests/unit/gapic/showcase_v1beta1/test_echo.py::test_echo_api_version_header_async - Failed: async def functions are not natively supported. ``` Generated test `test__api_version_header_async` is failing because the async test code is not marked with `@pytest.mark.asyncio` It's not...
See [this build log](https://github.com/googleapis/gapic-generator-python/actions/runs/19040814480/job/54377259125?pr=2411) which shows the error `Plugin output is unparseable`. The error only appears in `google-api-core` 2.28.0 and newer when running with Python < 3.11. The error appears...