You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2020/02/20 16:47:38 UTC

[beam] branch aaltay-patch-1 created (now af19496)

This is an automated email from the ASF dual-hosted git repository.

altay pushed a change to branch aaltay-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git.


      at af19496  Update google-cloud-videointelligence dependency

This branch includes the following new commits:

     new af19496  Update google-cloud-videointelligence dependency

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Update google-cloud-videointelligence dependency

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch aaltay-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit af19496435483d690864e85fa98ed15b86cece7b
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Thu Feb 20 08:47:26 2020 -0800

    Update google-cloud-videointelligence dependency
---
 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 6c2a063..dc4ca33 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -213,7 +213,7 @@ GCP_REQUIREMENTS = [
     'google-cloud-spanner>=1.13.0,<1.14.0',
     'grpcio-gcp>=0.2.2,<1',
     # GCP Packages required by ML functionality
-    'google-cloud-videointelligence>=1.8.0<=1.12.1',
+    'google-cloud-videointelligence>=1.8.0<1.14.0',
 ]
 
 INTERACTIVE_BEAM = [