Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-bulk-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"packages/google-apps-meet": "0.5.0",
"packages/google-apps-script-type": "0.8.0",
"packages/google-area120-tables": "0.15.0",
"packages/google-auth": "2.55.2",
"packages/google-auth": "2.55.3",
"packages/google-auth-httplib2": "0.4.0",
"packages/google-auth-oauthlib": "1.4.0",
"packages/google-backstory": "0.1.0",
Expand Down Expand Up @@ -113,7 +113,7 @@
"packages/google-cloud-dms": "1.16.0",
"packages/google-cloud-dns": "0.37.0",
"packages/google-cloud-documentai": "3.15.0",
"packages/google-cloud-documentai-toolbox": "0.17.0",
"packages/google-cloud-documentai-toolbox": "0.17.1",
"packages/google-cloud-domains": "1.14.0",
"packages/google-cloud-edgecontainer": "0.8.1",
"packages/google-cloud-edgenetwork": "0.5.1",
Expand Down
4 changes: 2 additions & 2 deletions librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ libraries:
metadata_name_override: area120tables
default_version: v1alpha1
- name: google-auth
version: 2.55.2
version: 2.55.3
python:
library_type: AUTH
- name: google-auth-httplib2
Expand Down Expand Up @@ -1052,7 +1052,7 @@ libraries:
metadata_name_override: documentai
default_version: v1
- name: google-cloud-documentai-toolbox
version: 0.17.0
version: 0.17.1
python:
library_type: OTHER
metadata_name_override: documentai-toolbox
Expand Down
9 changes: 9 additions & 0 deletions packages/google-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

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

## [2.55.3](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.55.2...google-auth-v2.55.3) (2026-07-07)


### Bug Fixes

* **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))
* **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))
* **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)

## [2.55.2](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.55.1...google-auth-v2.55.2) (2026-07-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-auth/google/auth/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.55.2"
__version__ = "2.55.3"
8 changes: 8 additions & 0 deletions packages/google-cloud-documentai-toolbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

[1]: https://pypi.org/project/google-cloud-documentai-toolbox/#history

## [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)


### Bug Fixes

* 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))
* 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))

## [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)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.17.0"
__version__ = "0.17.1"
Loading