googleapis / python-firestore

Apache License 2.0
214 stars 74 forks source link

fix: add google-auth as a direct dependency #875

Closed parthea closed 7 months ago

parthea commented 7 months ago

google.auth is used in this repository and should be added as a direct dependency so that the minimum version can be stated and tested https://github.com/search?q=repo%3Agoogleapis%2Fpython-firestore%20google.auth&type=code

The setup.py from the autogenerated code is not used in this repository hence this PR to apply the changes manually.

https://github.com/googleapis/python-firestore/blob/3a572b5d92b7bb20232b0b271a457fc4b6572f0e/setup.py#L33-L39