Skip to content

Commit 92837fd

Browse files
chore: release main
1 parent 22c5304 commit 92837fd

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.release-please-bulk-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"packages/google-ai-generativelanguage": "0.12.0",
1111
"packages/google-analytics-admin": "0.30.1",
1212
"packages/google-analytics-data": "0.23.0",
13-
"packages/google-api-core": "2.31.0",
13+
"packages/google-api-core": "2.32.0",
1414
"packages/google-apps-card": "0.7.0",
1515
"packages/google-apps-chat": "0.10.2",
1616
"packages/google-apps-events-subscriptions": "0.6.0",

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ libraries:
134134
metadata_name_override: analyticsdata
135135
default_version: v1beta
136136
- name: google-api-core
137-
version: 2.31.0
137+
version: 2.32.0
138138
python:
139139
library_type: CORE
140140
- name: google-apps-card

packages/google-api-core/CHANGELOG.md

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

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

7+
## [2.32.0](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.31.0...google-api-core-v2.32.0) (2026-07-15)
8+
9+
10+
### Features
11+
12+
* implement PEP 0810 lazy loading in operations_v1 ([#17724](https://github.com/googleapis/google-cloud-python/issues/17724)) ([22c5304](https://github.com/googleapis/google-cloud-python/commit/22c5304f2a4d292f09784a83903883099bd1ea3b))
13+
14+
15+
### Bug Fixes
16+
17+
* **api_core:** clarify misleading http 404 unimplemented error message ([#17681](https://github.com/googleapis/google-cloud-python/issues/17681)) ([00b9040](https://github.com/googleapis/google-cloud-python/commit/00b90401e5c8023c8bd3b19ede4ee0d33b9ebedb))
18+
719
## [2.31.0](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.30.3...google-api-core-v2.31.0) (2026-06-02)
820

921

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.31.0"
15+
__version__ = "2.32.0"

0 commit comments

Comments
 (0)