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 2022/07/14 23:33:03 UTC

[GitHub] [beam] tvalentyn opened a new issue, #22287: [Task]: Support newer version of google-cloud-recommendations-ai

tvalentyn opened a new issue, #22287:
URL: https://github.com/apache/beam/issues/22287

   ### What needs to happen?
   
   We currently pin google-cloud-recommendations-ai to 0.2.0, see:  https://github.com/apache/beam/blob/64bcc7df2b86b9a531591a5f907e245f1af7998d/sdks/python/setup.py#L284
   
   1) This version was released more than a year ago and it is the only package in our dependency chain that requires google-api-core 1.x. This causes dependency resolution issues when using newer versions of other client libraries. Let's try to up this bound to 
   
     `google-cloud-recommendations-ai<0.8.0` and adjust the lower bound if necessary
   
   2) Upper bound should have not be inclusig
   
   Let's try to fix this before next beam release (to be cut on July 27).
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: io-py-gcp


-- 
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: github-unsubscribe@beam.apache.org.apache.org

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


[GitHub] [beam] tvalentyn closed issue #22287: [Task]: Support newer version of google-cloud-recommendations-ai

Posted by GitBox <gi...@apache.org>.
tvalentyn closed issue #22287: [Task]: Support newer version of google-cloud-recommendations-ai 
URL: https://github.com/apache/beam/issues/22287


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] tvalentyn commented on issue #22287: [Task]: Support newer version of google-cloud-recommendations-ai

Posted by GitBox <gi...@apache.org>.
tvalentyn commented on issue #22287:
URL: https://github.com/apache/beam/issues/22287#issuecomment-1185025578

   cc: @bjornprime 


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] BjornPrime commented on issue #22287: [Task]: Support newer version of google-cloud-recommendations-ai

Posted by GitBox <gi...@apache.org>.
BjornPrime commented on issue #22287:
URL: https://github.com/apache/beam/issues/22287#issuecomment-1185773760

   .take-issue


-- 
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: github-unsubscribe@beam.apache.org

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