Anthonios Partheniou
Anthonios Partheniou
The `PY_VERSION` environment variable is only used when running the `unit` Github action. All presubmits should use `PY_VERSION` to explicitly specify the version of python used during testing. https://github.com/googleapis/google-cloud-python/blob/f84bb25108f55262ea56eb258706c6d9e3e6722a/ci/run_single_test.sh#L34-L37 https://github.com/googleapis/google-cloud-python/blob/f84bb25108f55262ea56eb258706c6d9e3e6722a/ci/run_single_test.sh#L67-L96
Add the v1 client from [here](https://github.com/googleapis/googleapis-gen/tree/master/google/identity/accesscontextmanager/v1/identity-accesscontextmanager-v1-py/google/identity/accesscontextmanager_v1/services/access_context_manager)
It's possible to query the client library version at runtime using `__version__` for most packages, however `__version__` is not available in all packages. As an example, the following works for...
Once the warnings are addressed that appear in build logs, we should enable warnings as errors to ensure that issues are addressed promptly. The current warnings are for the `protobuf`...
`setup.cfg` contains a setting to create a `Universal Wheel` which is only needed if libraries support both Python 2 and Python 3. This library only supports Python 3 so this...
See the samples test failure in PR https://github.com/googleapis/python-documentai-toolbox/pull/380 https://github.com/googleapis/python-documentai-toolbox/blob/0e59848a43b486fd61e022e48f08b93104076eb0/google/cloud/documentai_toolbox/utilities/gcs_utilities.py#L145 https://btx.cloud.google.com/invocations/41ddcb73-85dd-4eda-80d5-052e7c29805a/log ``` =================================== FAILURES =================================== ________________________ test_quickstart_sample_gcs_uri ________________________ capsys = def test_quickstart_sample_gcs_uri(capsys: pytest.CaptureFixture) -> None: gcs_uri = ( "gs://documentai_toolbox_samples/output/123456789/0/toolbox_invoice_test-0.json" ) >...
### What version of gRPC and what language are you using? gRPC at HEAD Python ### What operating system (Linux, Windows,...) and version? Linux (ubuntu, rodete) ### What runtime /...
Fixes https://github.com/grpc/grpc/issues/39520
### What version of gRPC and what language are you using? 1.71.0 Python ### What operating system (Linux, Windows,...) and version? Linux (ubuntu, rodete) ### What runtime / compiler are...
## Description Fixes b/424659470 Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google. ## Checklist - [ ] I have...