From e45c06c238d3ae15b2a12330d812aff56e6d2a12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:30:05 +0000 Subject: [PATCH] Update google-cloud-videointelligence requirement in /sdks/python Updates the requirements on [google-cloud-videointelligence](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/logging-1.8.0...google-cloud-videointelligence-v2.14.0) --- updated-dependencies: - dependency-name: google-cloud-videointelligence dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 2c30414d9310..8f816a9b5d2f 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -312,7 +312,7 @@ def get_portability_package_data(): # GCP Packages required by ML functionality 'google-cloud-dlp>=3.0.0,<4', 'google-cloud-language>=1.3.0,<2', - 'google-cloud-videointelligence>=1.8.0,<2', + 'google-cloud-videointelligence>=1.8.0,<3', 'google-cloud-vision>=2,<4', 'google-cloud-recommendations-ai>=0.1.0,<0.8.0' ],