Release 2.3.1 wheel includes broken code #323
Labels
priority: p0
Highest priority. Critical issue. P0 implies highest priority.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The
google_api_core-2.3.1-py2.py3-none-any.whl
file from PyPI includes what appears to be a patch failure:This is causing my Cloud Function build to fail (log below).
Environment details
google-api-core
version: 2.3.1Steps to reproduce
google-api-core
in the dependency tree, eg. via a dependency ongoogle-cloud-aiplatform
inrequirements.txt
.Cloud Build log
Current workaround is adding
google-api-core==2.3.0
torequirements.txt
.Ref #319.
The text was updated successfully, but these errors were encountered: