damccorm commented on issue #25590: URL: https://github.com/apache/beam/issues/25590#issuecomment-2047862705
We still need to wait for [google-api-core](https://pypi.org/project/google-api-core/#history) to release new version. The latest version of google-api-core has a dependency on protobuf<5 which would result in dependency conflict if we update the protobuf version for beam. ``` apache-beam[gcp,test] 2.55.0.dev0 depends on protobuf==5.26.0rc3 google-api-core 2.17.1 depends on protobuf!=3.20.0, !=3.20.1, !=4.21.0, !=4.21.1, !=4.21.2, !=4.21.3, !=4.21.4, !=4.21.5, <5.0.0.dev0 and >=3.19.5 ``` -- 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]
