Skip to content

Commit 9606509

Browse files
chore: release main
1 parent e08d5ca commit 9606509

11 files changed

Lines changed: 43 additions & 12 deletions

File tree

.release-please-bulk-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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.55.2",
20+
"packages/google-auth": "2.56.0",
2121
"packages/google-auth-httplib2": "0.4.0",
2222
"packages/google-auth-oauthlib": "1.4.0",
2323
"packages/google-backstory": "0.1.0",
@@ -113,7 +113,7 @@
113113
"packages/google-cloud-dms": "1.16.0",
114114
"packages/google-cloud-dns": "0.37.0",
115115
"packages/google-cloud-documentai": "3.15.0",
116-
"packages/google-cloud-documentai-toolbox": "0.17.0",
116+
"packages/google-cloud-documentai-toolbox": "0.17.1",
117117
"packages/google-cloud-domains": "1.14.0",
118118
"packages/google-cloud-edgecontainer": "0.8.1",
119119
"packages/google-cloud-edgenetwork": "0.5.1",
@@ -210,7 +210,7 @@
210210
"packages/google-cloud-source-context": "1.11.0",
211211
"packages/google-cloud-spanner": "3.69.0",
212212
"packages/google-cloud-speech": "2.40.0",
213-
"packages/google-cloud-storage": "3.12.1",
213+
"packages/google-cloud-storage": "3.13.0",
214214
"packages/google-cloud-storage-control": "1.12.0",
215215
"packages/google-cloud-storage-transfer": "1.21.0",
216216
"packages/google-cloud-storagebatchoperations": "0.8.0",

librarian.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ libraries:
227227
metadata_name_override: area120tables
228228
default_version: v1alpha1
229229
- name: google-auth
230-
version: 2.55.2
230+
version: 2.56.0
231231
python:
232232
library_type: AUTH
233233
- name: google-auth-httplib2
@@ -1045,7 +1045,7 @@ libraries:
10451045
metadata_name_override: documentai
10461046
default_version: v1
10471047
- name: google-cloud-documentai-toolbox
1048-
version: 0.17.0
1048+
version: 0.17.1
10491049
python:
10501050
library_type: OTHER
10511051
metadata_name_override: documentai-toolbox
@@ -1956,7 +1956,7 @@ libraries:
19561956
metadata_name_override: speech
19571957
default_version: v1
19581958
- name: google-cloud-storage
1959-
version: 3.12.1
1959+
version: 3.13.0
19601960
apis:
19611961
- path: google/storage/v2
19621962
python:

packages/google-auth/CHANGELOG.md

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

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

7+
## [2.56.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.55.2...google-auth-v2.56.0) (2026-07-09)
8+
9+
10+
### Features
11+
12+
* **auth:** Implement python mtls helpers ([#17495](https://github.com/googleapis/google-cloud-python/issues/17495)) ([e7baed1](https://github.com/googleapis/google-cloud-python/commit/e7baed1a79677ca85f4dad7918a2f3e50a4fb9f2))
13+
14+
15+
### Bug Fixes
16+
17+
* **google-auth:** add aiohttp bound for Python 3.14 ([#17654](https://github.com/googleapis/google-cloud-python/issues/17654)) ([b2ec761](https://github.com/googleapis/google-cloud-python/commit/b2ec76170d0550dc45e1b88cd66515e6dd9475cc))
18+
* **google-auth:** add bounds for urllib3 and packaging dependencies ([#17647](https://github.com/googleapis/google-cloud-python/issues/17647)) ([e9c6265](https://github.com/googleapis/google-cloud-python/commit/e9c626515efbcd5afefe1f6be40d0be068dac64f))
19+
* **google-auth:** add cryptography bound for Python 3.14 ([#17649](https://github.com/googleapis/google-cloud-python/issues/17649)) ([e9ca4c4](https://github.com/googleapis/google-cloud-python/commit/e9ca4c43029cffe1cc7386797a6477477fca218b))
20+
* **google-auth:** add gRPC extra and clean up obsolete TODOs ([#17644](https://github.com/googleapis/google-cloud-python/issues/17644)) ([6da41e8](https://github.com/googleapis/google-cloud-python/commit/6da41e83afd96e4719fc99a20c8fc6336de7da58)), closes [#1735](https://github.com/googleapis/google-cloud-python/issues/1735) [#1736](https://github.com/googleapis/google-cloud-python/issues/1736) [#1739](https://github.com/googleapis/google-cloud-python/issues/1739)
21+
* **google-auth:** raise rsa extra lower bound to 4.0 ([#17652](https://github.com/googleapis/google-cloud-python/issues/17652)) ([4087828](https://github.com/googleapis/google-cloud-python/commit/40878283c3fd8838439880b0d0eece5692b3e325))
22+
723
## [2.55.2](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.55.1...google-auth-v2.55.2) (2026-07-07)
824

925

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.55.2"
15+
__version__ = "2.56.0"

packages/google-cloud-documentai-toolbox/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-cloud-documentai-toolbox/#history
66

7+
## [0.17.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-documentai-toolbox-v0.17.0...google-cloud-documentai-toolbox-v0.17.1) (2026-07-09)
8+
9+
10+
### Bug Fixes
11+
12+
* bump jinja2 from 3.1.0 to 3.1.6 in /packages/google-cloud-documentai-toolbox ([#17630](https://github.com/googleapis/google-cloud-python/issues/17630)) ([4cfb931](https://github.com/googleapis/google-cloud-python/commit/4cfb93113e02773c9372abd8742bf192f83dc48c))
13+
* bump pillow from 10.0.0 to 12.2.0 in /packages/google-cloud-documentai-toolbox ([#17631](https://github.com/googleapis/google-cloud-python/issues/17631)) ([1838c35](https://github.com/googleapis/google-cloud-python/commit/1838c3584bc5d87e35b0e7a51569c033f66809e8))
14+
715
## [0.17.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-documentai-toolbox-v0.16.0...google-cloud-documentai-toolbox-v0.17.0) (2026-06-02)
816

917

packages/google-cloud-documentai-toolbox/google/cloud/documentai_toolbox/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.17.0"
16+
__version__ = "0.17.1"

packages/google-cloud-storage/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-cloud-storage/#history
66

7+
## [3.13.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-storage-v3.12.1...google-cloud-storage-v3.13.0) (2026-07-09)
8+
9+
10+
### Features
11+
12+
* **storage:** support full_object_checksum in AsyncAppendableObjectWriter ([#17658](https://github.com/googleapis/google-cloud-python/issues/17658)) ([e08d5ca](https://github.com/googleapis/google-cloud-python/commit/e08d5cadd14e51e79e573dc0cf083e100e08d7bf))
13+
714
## [3.12.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-storage-v3.12.0...google-cloud-storage-v3.12.1) (2026-07-07)
815

916

packages/google-cloud-storage/google/cloud/_storage/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.12.1" # {x-release-please-version}
16+
__version__ = "3.13.0" # {x-release-please-version}

packages/google-cloud-storage/google/cloud/_storage_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.12.1" # {x-release-please-version}
16+
__version__ = "3.13.0" # {x-release-please-version}

packages/google-cloud-storage/google/cloud/storage/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__ = "3.12.1"
15+
__version__ = "3.13.0"

0 commit comments

Comments
 (0)