Skip to content

Commit

Permalink
Bumping grpcio version to 1.29.0 to be compatible with google-api-cor…
Browse files Browse the repository at this point in the history
…e-1.20.0
  • Loading branch information
davidyan74 committed Jun 12, 2020
1 parent d279c8b commit 4a4e952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sdks/python/container/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ crcmod==1.7
dill==0.3.1.1
future==0.18.2
futures==3.2.0;python_version<"3.0"
grpcio==1.24.3
grpcio==1.29.0
hdfs==2.5.8
httplib2==0.12.0
mock==2.0.0
Expand All @@ -45,7 +45,7 @@ typing==3.7.4.1;python_full_version<"3.5.3"
typing-extensions==3.7.4.1

# GCP extra features
google-api-core==1.17.0
google-api-core==1.20.0
google-apitools==0.5.28
google-cloud-pubsub==1.0.2
google-cloud-bigquery==1.24.0
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def get_version():
'funcsigs>=1.0.2,<2; python_version < "3.0"',
'future>=0.18.2,<1.0.0',
'futures>=3.2.0,<4.0.0; python_version < "3.0"',
'grpcio>=1.12.1,<2',
'grpcio>=1.29.0,<2',
'hdfs>=2.1.0,<3.0.0',
'httplib2>=0.8,<0.18.0',
'mock>=1.0.1,<3.0.0',
Expand Down

0 comments on commit 4a4e952

Please sign in to comment.