From e37bdb2ff59fd62bad7a7bba24cd93f845afb1c2 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 29 Oct 2025 20:48:05 +0000 Subject: [PATCH 1/4] chore: onboard to librarian --- .librarian/config.yaml | 6 ++++++ .librarian/state.yaml | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .librarian/config.yaml create mode 100644 .librarian/state.yaml diff --git a/.librarian/config.yaml b/.librarian/config.yaml new file mode 100644 index 00000000..111f94dd --- /dev/null +++ b/.librarian/config.yaml @@ -0,0 +1,6 @@ +global_files_allowlist: + # Allow the container to read and write the root `CHANGELOG.md` + # file during the `release` step to update the latest client library + # versions which are hardcoded in the file. + - path: "CHANGELOG.md" + permissions: "read-write" diff --git a/.librarian/state.yaml b/.librarian/state.yaml new file mode 100644 index 00000000..6ac8b0a6 --- /dev/null +++ b/.librarian/state.yaml @@ -0,0 +1,10 @@ +image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest +libraries: + - id: google-api-core + version: 2.28.1 + apis: [] + source_roots: + - . + preserve_regex: [] + remove_regex: [] + tag_format: v{version} From 3aba218e08dab1d5ddcd04214e66acd2811d682e Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 29 Oct 2025 20:50:20 +0000 Subject: [PATCH 2/4] chore: cleanup --- .github/.OwlBot.lock.yaml | 17 ----------------- .github/.OwlBot.yaml | 19 ------------------- .github/release-please.yml | 11 ----------- .github/release-trigger.yml | 2 -- 4 files changed, 49 deletions(-) delete mode 100644 .github/.OwlBot.lock.yaml delete mode 100644 .github/.OwlBot.yaml delete mode 100644 .github/release-please.yml delete mode 100644 .github/release-trigger.yml diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml deleted file mode 100644 index 4a311db0..00000000 --- a/.github/.OwlBot.lock.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2025 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -docker: - image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest - digest: sha256:543e209e7c1c1ffe720eb4db1a3f045a75099304fb19aa11a47dc717b8aae2a9 -# created: 2025-10-09T14:48:42.914384887Z diff --git a/.github/.OwlBot.yaml b/.github/.OwlBot.yaml deleted file mode 100644 index c8b40cc7..00000000 --- a/.github/.OwlBot.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2021 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -docker: - image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest - -begin-after-commit-hash: 7af2cb8b2b725641ac0d07e2f256d453682802e6 - diff --git a/.github/release-please.yml b/.github/release-please.yml deleted file mode 100644 index 29601ad4..00000000 --- a/.github/release-please.yml +++ /dev/null @@ -1,11 +0,0 @@ -releaseType: python -handleGHRelease: true -# NOTE: this section is generated by synthtool.languages.python -# See https://github.com/googleapis/synthtool/blob/master/synthtool/languages/python.py -branches: -- branch: v1 - handleGHRelease: true - releaseType: python -- branch: v0 - handleGHRelease: true - releaseType: python diff --git a/.github/release-trigger.yml b/.github/release-trigger.yml deleted file mode 100644 index 50e8bd30..00000000 --- a/.github/release-trigger.yml +++ /dev/null @@ -1,2 +0,0 @@ -enabled: true -multiScmName: python-api-core From 91e028394c5bfa97da9be240c55ac3de20badebe Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 29 Oct 2025 20:56:38 +0000 Subject: [PATCH 3/4] feat: wip --- google/api_core/grpc_helpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/google/api_core/grpc_helpers.py b/google/api_core/grpc_helpers.py index 430b8ce4..2c3f1149 100644 --- a/google/api_core/grpc_helpers.py +++ b/google/api_core/grpc_helpers.py @@ -17,6 +17,7 @@ import functools from typing import Generic, Iterator, Optional, TypeVar import warnings +import test import google.auth import google.auth.credentials From e684b8e50f29a5245ba5199eb38ee36b089dece7 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 29 Oct 2025 21:17:51 +0000 Subject: [PATCH 4/4] chore: create a release --- .librarian/state.yaml | 3 ++- CHANGELOG.md | 7 +++++++ google/api_core/version.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 6ac8b0a6..01fdef27 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,7 +1,8 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest libraries: - id: google-api-core - version: 2.28.1 + version: 2.29.0 + last_generated_commit: "" apis: [] source_roots: - . diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b2a256b..59c67caa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-api-core/#history +## [2.29.0](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.28.1...google-api-core-v2.29.0) (2025-10-29) + + +### Features + +* wip ([91e028394c5bfa97da9be240c55ac3de20badebe](https://github.com/googleapis/google-cloud-python/commit/91e028394c5bfa97da9be240c55ac3de20badebe)) + ## [2.28.1](https://github.com/googleapis/python-api-core/compare/v2.28.0...v2.28.1) (2025-10-28) diff --git a/google/api_core/version.py b/google/api_core/version.py index 967959b0..c8ba30be 100644 --- a/google/api_core/version.py +++ b/google/api_core/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.28.1" +__version__ = "2.29.0"