Skip to content
Merged
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,14 +17,14 @@
"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.56.0",
"packages/google-auth": "2.56.1",
"packages/google-auth-httplib2": "0.4.0",
"packages/google-auth-oauthlib": "1.4.0",
"packages/google-backstory": "0.1.0",
"packages/google-cloud-access-approval": "1.20.0",
"packages/google-cloud-access-context-manager": "0.6.0",
"packages/google-cloud-advisorynotifications": "0.7.0",
"packages/google-cloud-agentidentity": "0.0.0",
"packages/google-cloud-agentidentity": "0.1.0",
"packages/google-cloud-agentidentitycredentials": "0.1.0",
"packages/google-cloud-agentregistry": "0.1.0",
"packages/google-cloud-alloydb": "0.11.0",
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.56.0
version: 2.56.1
python:
library_type: AUTH
- name: google-auth-httplib2
Expand Down Expand Up @@ -279,7 +279,7 @@ libraries:
metadata_name_override: advisorynotifications
default_version: v1
- name: google-cloud-agentidentity
version: 0.0.0
version: 0.1.0
apis:
- path: google/cloud/agentidentity/v1
- path: google/cloud/agentidentity/v1beta
Expand Down
7 changes: 7 additions & 0 deletions packages/google-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [2.56.1](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.56.0...google-auth-v2.56.1) (2026-07-17)


### Bug Fixes

* disable RAB lookup for Domain-Wide Delegation ([#17763](https://github.com/googleapis/google-cloud-python/issues/17763)) ([00eb128](https://github.com/googleapis/google-cloud-python/commit/00eb1284fb6081cd37b747d09366568490a6d9ad)), closes [#17703](https://github.com/googleapis/google-cloud-python/issues/17703)

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


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.56.0"
__version__ = "2.56.1"
9 changes: 9 additions & 0 deletions packages/google-cloud-agentidentity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.1.0 (2026-07-17)


### Features

* **agentidentity:** onboard v1 and v1beta clients ([#17740](https://github.com/googleapis/google-cloud-python/issues/17740)) ([9eead95](https://github.com/googleapis/google-cloud-python/commit/9eead955b654bec382106e08fbf1baddb250b297))

## Changelog

[PyPI History][1]

[1]: https://pypi.org/project/google-cloud-agentidentity/#history
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.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
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.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
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.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-agentidentity",
"version": "0.0.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-agentidentity",
"version": "0.0.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Loading