From 61006f1b4e9727161d2c3cc8817e790cebd98b46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 08:20:28 +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.10.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 96afb23c5481..8ad3066a533e 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -281,7 +281,7 @@ def get_portability_package_data(): 'google-cloud-language>=1.3.0,<2', 'google-cloud-videointelligence>=1.8.0,<2', 'google-cloud-vision>=0.38.0,<2', - 'google-cloud-recommendations-ai>=0.1.0,<=0.2.0' + 'google-cloud-recommendations-ai>=0.1.0,<0.11.0' ], 'interactive': [ 'facets-overview>=1.0.0,<2',