Skip to content

Commit dd3762e

Browse files
authored
Pin google-api-core (#1204)
http://b/264520478
1 parent 99f65f0 commit dd3762e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ RUN pip install --upgrade cython && \
359359
pip install category_encoders && \
360360
# google-cloud-automl 2.0.0 introduced incompatible API changes, need to pin to 1.0.1
361361
pip install google-cloud-automl==1.0.1 && \
362+
pip install google-api-core==1.33.2 && \
362363
pip install google-cloud-bigquery==2.2.0 && \
363364
pip install google-cloud-storage && \
364365
pip install google-cloud-translate==3.* && \

0 commit comments

Comments
 (0)