amardeep commented on issue #21019:
URL: https://github.com/apache/beam/issues/21019#issuecomment-1453933021

   Any update on this?
   
   Currently, when I install beam, I get `google-cloud-bigquery=1.28.2` which 
is really old.
   
   Here are the steps to reproduce
   
   ```shell
   conda create -p ./env -c conda-forge python=3.10 poetry
   conda activate ./env
   poetry init -q
   poetry add 'apache-beam[gcp]=2.45.0'
   ```
   
   This results in following versions of google libraries:
   ```shell
   $ pip list | grep google
   google-api-core                 2.8.2
   google-apitools                 0.5.31
   google-auth                     2.16.2
   google-auth-httplib2            0.1.0
   google-cloud-bigquery           1.28.2
   google-cloud-bigquery-storage   2.16.0
   google-cloud-bigtable           1.7.3
   google-cloud-core               2.3.2
   google-cloud-datastore          1.15.5
   google-cloud-dlp                3.9.0
   google-cloud-language           1.3.2
   google-cloud-pubsub             2.13.7
   google-cloud-pubsublite         1.7.0
   google-cloud-recommendations-ai 0.7.1
   google-cloud-spanner            3.22.0
   google-cloud-storage            2.1.0
   google-cloud-videointelligence  1.16.3
   google-cloud-vision             3.1.2
   google-crc32c                   1.5.0
   google-resumable-media          1.3.3
   googleapis-common-protos        1.56.4
   grpc-google-iam-v1              0.12.4
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to