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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
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)