From 82bce78188a87f522b5c29e5d41434c1cbf2277f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 16:34:13 +0000 Subject: [PATCH] chore(deps): update googleapis-common-protos requirement in /sdk Updates the requirements on [googleapis-common-protos](https://github.com/googleapis/google-cloud-python) to permit the latest version. - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-python/compare/googleapis-common-protos-v1.66.0...googleapis-common-protos-v1.74.0) --- updated-dependencies: - dependency-name: googleapis-common-protos dependency-version: 1.74.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index 7f53681..6d1cdb9 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ "grpcio>=1.80.0,<2", "protobuf>=6.31.0,<7", - "googleapis-common-protos>=1.66.0,<2", + "googleapis-common-protos>=1.74.0,<2", ] [project.optional-dependencies]