Skip to content

Commit f0841b1

Browse files
authored
chore: librarian release pull request: 20260217T210947Z (#15573)
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.8.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:f5426423676c75008c2135037e7b98f78cbb99f78b3c46fe043b6897be92d836 <details><summary>google-api-core: 2.30.0</summary> ## [2.30.0](google-api-core-v2.29.0...google-api-core-v2.30.0) (2026-02-17) ### Bug Fixes * preserve exception cause ([c7fc193](c7fc193)) * require Python ≥ 3.9, protobuf ≥ 4.25.8 ([2d1aa42](2d1aa42)) </details>
1 parent fd22688 commit f0841b1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ libraries:
9797
- packages/google-analytics-data/
9898
tag_format: '{id}-v{version}'
9999
- id: google-api-core
100-
version: 2.29.0
100+
version: 2.30.0
101101
last_generated_commit: ""
102102
apis: []
103103
source_roots:

packages/google-api-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
[1]: https://pypi.org/project/google-api-core/#history
66

7+
## [2.30.0](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.29.0...google-api-core-v2.30.0) (2026-02-17)
8+
9+
10+
### Bug Fixes
11+
12+
* preserve exception cause ([c7fc19303e0f1d7357109a73c13f875a5ced7606](https://github.com/googleapis/google-cloud-python/commit/c7fc19303e0f1d7357109a73c13f875a5ced7606))
13+
* require Python ≥ 3.9, protobuf ≥ 4.25.8 ([2d1aa4288c222b247fc49ea0da03c126c051e079](https://github.com/googleapis/google-cloud-python/commit/2d1aa4288c222b247fc49ea0da03c126c051e079))
14+
715
## [2.29.0](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.28.1...google-api-core-v2.29.0) (2026-01-08)
816

917

packages/google-api-core/google/api_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.29.1"
15+
__version__ = "2.30.0"

0 commit comments

Comments
 (0)