Skip to content

Commit 020c706

Browse files
chore: release main
1 parent e9c6265 commit 020c706

6 files changed

Lines changed: 22 additions & 6 deletions

File tree

.release-please-bulk-manifest.json

Lines changed: 2 additions & 2 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.55.3",
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",

librarian.yaml

Lines changed: 2 additions & 2 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.55.3
231231
python:
232232
library_type: AUTH
233233
- name: google-auth-httplib2
@@ -1052,7 +1052,7 @@ libraries:
10521052
metadata_name_override: documentai
10531053
default_version: v1
10541054
- name: google-cloud-documentai-toolbox
1055-
version: 0.17.0
1055+
version: 0.17.1
10561056
python:
10571057
library_type: OTHER
10581058
metadata_name_override: documentai-toolbox

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

7+
## [2.55.3](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.55.2...google-auth-v2.55.3) (2026-07-07)
8+
9+
10+
### Bug Fixes
11+
12+
* **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))
13+
* **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)
14+
715
## [2.55.2](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.55.1...google-auth-v2.55.2) (2026-07-07)
816

917

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.55.3"

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-07)
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"

0 commit comments

Comments
 (0)