Skip to content

Commit 63db44a

Browse files
chore: release main
1 parent eceea95 commit 63db44a

6 files changed

Lines changed: 20 additions & 6 deletions

File tree

.release-please-bulk-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
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.33.0",
13+
"packages/google-api-core": "2.34.0",
1414
"packages/google-apps-card": "0.7.0",
1515
"packages/google-apps-chat": "0.10.3",
1616
"packages/google-apps-events-subscriptions": "0.6.0",
1717
"packages/google-apps-meet": "0.5.0",
1818
"packages/google-apps-script-type": "0.8.0",
1919
"packages/google-area120-tables": "0.15.0",
20-
"packages/google-auth": "2.56.2",
20+
"packages/google-auth": "2.56.3",
2121
"packages/google-auth-httplib2": "0.4.0",
2222
"packages/google-auth-oauthlib": "1.4.0",
2323
"packages/google-backstory": "0.1.0",

librarian.yaml

Lines changed: 2 additions & 2 deletions
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.33.0
137+
version: 2.34.0
138138
python:
139139
library_type: CORE
140140
- name: google-apps-card
@@ -227,7 +227,7 @@ libraries:
227227
metadata_name_override: area120tables
228228
default_version: v1alpha1
229229
- name: google-auth
230-
version: 2.56.2
230+
version: 2.56.3
231231
python:
232232
library_type: AUTH
233233
- name: google-auth-httplib2

packages/google-api-core/CHANGELOG.md

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

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

7+
## [2.34.0](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.33.0...google-api-core-v2.34.0) (2026-07-23)
8+
9+
10+
### Features
11+
12+
* Add Feature Gating configuration helpers. ([#17524](https://github.com/googleapis/google-cloud-python/issues/17524)) ([eceea95](https://github.com/googleapis/google-cloud-python/commit/eceea95be8f528afac4fe352ae6dbac913b6a202))
13+
714
## [2.33.0](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.32.0...google-api-core-v2.33.0) (2026-07-22)
815

916

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.33.0"
15+
__version__ = "2.34.0"

packages/google-auth/CHANGELOG.md

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

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

7+
## [2.56.3](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.56.2...google-auth-v2.56.3) (2026-07-23)
8+
9+
10+
### Bug Fixes
11+
12+
* **auth:** avoid creating mTLS SSL context for custom async transports ([#17825](https://github.com/googleapis/google-cloud-python/issues/17825)) ([fbe33f9](https://github.com/googleapis/google-cloud-python/commit/fbe33f9653d61353c0263ac2d0bff71eb76131f8)), refs [#17622](https://github.com/googleapis/google-cloud-python/issues/17622)
13+
714
## [2.56.2](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.56.1...google-auth-v2.56.2) (2026-07-21)
815

916

packages/google-auth/google/auth/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.56.2"
15+
__version__ = "2.56.3"

0 commit comments

Comments
 (0)