Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4676d65

Browse files
authored
Update the minimum version of grpcio to 1.38.1 per Issue googleads#423. (googleads#468)
1 parent f94228a commit 4676d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"google-auth-oauthlib >= 0.3.0, < 1.0.0",
2121
"google-api-core >= 1.21.0, < 2.0.0",
2222
"googleapis-common-protos >= 1.5.8, < 2.0.0",
23-
"grpcio >= 1.33.2, < 2.0.0",
23+
"grpcio >= 1.38.1, < 2.0.0",
2424
"proto-plus >= 1.18.0, < 2.0.0",
2525
"PyYAML >= 5.1, < 6.0",
2626
"setuptools >= 40.3.0",

0 commit comments

Comments
 (0)