Add google-auth
as a direct dependency, and ensure that the minimum supported version is tested
#3274
Labels
api: vertex-ai
Issues related to the googleapis/python-aiplatform API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: process
A process-related concern. May include testing, release, or the like.
google-auth
is used in this repository but it is not explicitly listed as a direct dependency insetup.py
google-auth
should be added as a direct dependency here:python-aiplatform/setup.py
Lines 174 to 184 in 9a19545
The minimum supported version of
google-auth
should also be added totesting/constraints-3.7.txt
so that we run tests against it.python-aiplatform/testing/constraints-3.7.txt
Lines 1 to 14 in 9a19545
See related issue googleapis/gapic-generator-python#1922
The text was updated successfully, but these errors were encountered: