You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/02/09 23:18:19 UTC

[GitHub] [beam] tvalentyn commented on pull request #13933: [BEAM-11780] Use vendored cloudbuild python client.

tvalentyn commented on pull request #13933:
URL: https://github.com/apache/beam/pull/13933#issuecomment-776309945


   1) What is the process to update or regenerate the GCB code? How does one find out What version of GCB used?
   2) How do we account for GCB dependencies since top-level library is no longer installed ? I am seeing following deps:
   
   ```
   google-cloud-build==2.0.0
     - google-api-core [required: >=1.22.0,<2.0.0dev, installed: 1.26.0]
     - libcst [required: >=0.2.5, installed: 0.3.17]
     - proto-plus [required: >=0.4.0, installed: 1.13.0]
   ```
   
   It seems strange that we are modifying the external library for internal testing purposes. Can these or similar changes be done upon import instead?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org