From b4aca907e3f523ce8a34d6092a8270b1de75a790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:51:18 +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.13.5) --- 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 1b0b237593b4..878228a149ba 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -294,7 +294,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>=0.38.0,<2', 'google-cloud-recommendations-ai>=0.1.0,<0.8.0' ],