fix: add google-auth as a direct dependency#1809
Conversation
|
@parthea |
|
@parthea This conflict is preventing us from closing this PR. |
|
I think the minimum version of google-api-core should be bumped to |
|
Most recent conflict errors that need resolution: |
|
@chalmerlowe This seems to be just a problem in python 3.7, which I believe we plan to deprecate for this library anyway no? |
Theoretically, yes. Deprecation plans are on hold for a bit. Will explain more in internal chat. |
google.authis used in this repository and should be added as a direct dependency so that the minimum version can be stated and testedhttps://github.com/search?q=repo%3Agoogleapis%2Fpython-bigquery%20google.auth&type=code
python-bigquery/setup.py
Lines 31 to 44 in 6249032
BEGIN_COMMIT_OVERRIDE
fix(deps): Require google-api-core>=1.34.1, >=2.11.0
fix: add google-auth as a direct dependency
END_COMMIT_OVERRIDE