From 21075ad5f5768d06942d3dd5c1441756ef821dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 15:43:35 +0000 Subject: [PATCH 1/3] chore(deps): bump protobuf in /packages/google-api-core Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25.8 to 5.29.6. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/google-api-core/testing/constraints-3.10.txt | 2 +- .../google-api-core/testing/constraints-async-rest-3.10.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/google-api-core/testing/constraints-3.10.txt b/packages/google-api-core/testing/constraints-3.10.txt index 444eb4f13dcf..6bd35098e45b 100644 --- a/packages/google-api-core/testing/constraints-3.10.txt +++ b/packages/google-api-core/testing/constraints-3.10.txt @@ -6,7 +6,7 @@ # e.g., if pyproject.toml has "foo >= 1.14.0, < 2.0.0dev", # Then this file should have foo==1.14.0 googleapis-common-protos==1.63.2 -protobuf==4.25.8 +protobuf==5.29.6 google-auth==2.14.1 requests==2.25.0 grpcio==1.41.0 diff --git a/packages/google-api-core/testing/constraints-async-rest-3.10.txt b/packages/google-api-core/testing/constraints-async-rest-3.10.txt index cfa4ed99ceb9..b0cdfc8f7836 100644 --- a/packages/google-api-core/testing/constraints-async-rest-3.10.txt +++ b/packages/google-api-core/testing/constraints-async-rest-3.10.txt @@ -6,7 +6,7 @@ # e.g., if pyproject.toml has "foo >= 1.14.0, < 2.0.0dev", # Then this file should have foo==1.14.0 googleapis-common-protos==1.63.2 -protobuf==4.25.8 +protobuf==5.29.6 google-auth==2.14.1 requests==2.25.0 grpcio==1.41.0 From db96092219f73d7227f026b9cc3e0c7ed3e765ac Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 11 May 2026 11:54:03 -0400 Subject: [PATCH 2/3] bump protobuf to 5.29.6 --- packages/google-api-core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-api-core/pyproject.toml b/packages/google-api-core/pyproject.toml index 19642422ac21..9d4c8ec23fc0 100644 --- a/packages/google-api-core/pyproject.toml +++ b/packages/google-api-core/pyproject.toml @@ -44,7 +44,7 @@ classifiers = [ ] dependencies = [ "googleapis-common-protos >= 1.63.2, < 2.0.0", - "protobuf >= 4.25.8, < 8.0.0", + "protobuf >= 5.29.6, < 8.0.0", "proto-plus >= 1.22.3, < 2.0.0", "proto-plus >= 1.25.0, < 2.0.0; python_version >= '3.13'", "google-auth >= 2.14.1, < 3.0.0", From 868ffb922dbf488aa81fbb97323113289a003edd Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 11 May 2026 11:58:05 -0400 Subject: [PATCH 3/3] bump proto-plus to 1.24.0 --- packages/google-api-core/pyproject.toml | 2 +- packages/google-api-core/testing/constraints-3.10.txt | 2 +- .../google-api-core/testing/constraints-async-rest-3.10.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/google-api-core/pyproject.toml b/packages/google-api-core/pyproject.toml index 9d4c8ec23fc0..ef775c6c8cb0 100644 --- a/packages/google-api-core/pyproject.toml +++ b/packages/google-api-core/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ dependencies = [ "googleapis-common-protos >= 1.63.2, < 2.0.0", "protobuf >= 5.29.6, < 8.0.0", - "proto-plus >= 1.22.3, < 2.0.0", + "proto-plus >= 1.24.0, < 2.0.0", "proto-plus >= 1.25.0, < 2.0.0; python_version >= '3.13'", "google-auth >= 2.14.1, < 3.0.0", "requests >= 2.25.0, < 3.0.0", diff --git a/packages/google-api-core/testing/constraints-3.10.txt b/packages/google-api-core/testing/constraints-3.10.txt index 6bd35098e45b..ad51ebca8241 100644 --- a/packages/google-api-core/testing/constraints-3.10.txt +++ b/packages/google-api-core/testing/constraints-3.10.txt @@ -11,4 +11,4 @@ google-auth==2.14.1 requests==2.25.0 grpcio==1.41.0 grpcio-status==1.41.0 -proto-plus==1.22.3 +proto-plus==1.24.0 diff --git a/packages/google-api-core/testing/constraints-async-rest-3.10.txt b/packages/google-api-core/testing/constraints-async-rest-3.10.txt index b0cdfc8f7836..4f4b34dd3c9b 100644 --- a/packages/google-api-core/testing/constraints-async-rest-3.10.txt +++ b/packages/google-api-core/testing/constraints-async-rest-3.10.txt @@ -11,5 +11,5 @@ google-auth==2.14.1 requests==2.25.0 grpcio==1.41.0 grpcio-status==1.41.0 -proto-plus==1.22.3 +proto-plus==1.24.0 aiohttp==3.13.4