Skip to content

Commit 4047587

Browse files
Fix failing build on CI by specifying pip package version (#329)
`bazel build //...` was failing due to "googleapis-common-protos[grpc]" pip package being unavailable. It seems to be caused by latest googleapis-common-protos release. Specify googleapis-common-protos in requirements.txt to be in the previous version (1.51.0) to fix this. Fixes #321.
1 parent c82a8cc commit 4047587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/extras/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
google-cloud-language==0.27.0
2+
googleapis-common-protos==1.51.0

0 commit comments

Comments
 (0)