diff --git a/codelabs/flex_and_vision/requirements.txt b/codelabs/flex_and_vision/requirements.txt index 9115f75cbca..908e0c1091e 100644 --- a/codelabs/flex_and_vision/requirements.txt +++ b/codelabs/flex_and_vision/requirements.txt @@ -1,7 +1,7 @@ Flask==2.0.2 gunicorn==20.1.0; python_version > '3.0' gunicorn==19.10.0; python_version < '3.0' -google-cloud-vision==2.7.0 +google-cloud-vision==2.7.1 google-cloud-storage==2.0.0; python_version < '3.7' google-cloud-storage==2.1.0; python_version > '3.6' google-cloud-datastore==2.4.0 diff --git a/functions/imagemagick/requirements.txt b/functions/imagemagick/requirements.txt index b188710384a..42e1358e669 100644 --- a/functions/imagemagick/requirements.txt +++ b/functions/imagemagick/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-vision==2.7.0 +google-cloud-vision==2.7.1 google-cloud-storage==2.0.0; python_version < '3.7' google-cloud-storage==2.1.0; python_version > '3.6' Wand==0.6.7 diff --git a/functions/ocr/app/requirements.txt b/functions/ocr/app/requirements.txt index 5fdde2fc62e..392e70817c3 100644 --- a/functions/ocr/app/requirements.txt +++ b/functions/ocr/app/requirements.txt @@ -2,4 +2,4 @@ google-cloud-pubsub==2.9.0 google-cloud-storage==2.0.0; python_version < '3.7' google-cloud-storage==2.1.0; python_version > '3.6' google-cloud-translate==3.7.1 -google-cloud-vision==2.7.0 +google-cloud-vision==2.7.1 diff --git a/run/image-processing/requirements.txt b/run/image-processing/requirements.txt index 965f4cba1b1..1e64007e969 100644 --- a/run/image-processing/requirements.txt +++ b/run/image-processing/requirements.txt @@ -3,6 +3,6 @@ pytest==7.0.1; python_version > "3.0" # pin pytest to 4.6.11 for Python2. pytest==7.0.1; python_version < "3.0" gunicorn==20.1.0 -google-cloud-vision==2.7.0 +google-cloud-vision==2.7.1 google-cloud-storage==2.1.0 Wand==0.6.7