Deprecated call breaking most Google Python packages #121
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
Steps to reproduce
googleapis-common-protos==1.58.0
into a virtual environment.test.py
with the following contents:python -Wall test.py
inside the virtual environment and observe the deprecation warnings:The issue seems to be coming primarily from the init files generated here:
api-common-protos/.circleci/config.yml
Line 82 in e16c55b
In our test suites warnings are considered errors, and as
google-api-core
depends ongoogleapis-common-protos
, this issue breaks every run where we import any Google API SDK package.The text was updated successfully, but these errors were encountered: