From d2dd3406e2e4fc8de5da0870cd4679756ee4897c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 16:08:05 +0000 Subject: [PATCH] Update google-cloud-recommendations-ai requirement in /sdks/python Updates the requirements on [google-cloud-recommendations-ai](https://github.com/googleapis/python-recommendations-ai) to permit the latest version. - [Release notes](https://github.com/googleapis/python-recommendations-ai/releases) - [Changelog](https://github.com/googleapis/python-recommendations-ai/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-recommendations-ai/compare/v0.1.0...v0.9.0) --- updated-dependencies: - dependency-name: google-cloud-recommendations-ai 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 dddceed4e084..3bee00f9ba4f 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -315,7 +315,7 @@ def get_portability_package_data(): 'google-cloud-language>=1.3.0,<2', 'google-cloud-videointelligence>=1.8.0,<2', 'google-cloud-vision>=2,<4', - 'google-cloud-recommendations-ai>=0.1.0,<0.8.0' + 'google-cloud-recommendations-ai>=0.1.0,<0.10.0' ], 'interactive': [ 'facets-overview>=1.0.0,<2',