Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add google-auth as a direct dependency #774

Closed
parthea opened this issue Apr 12, 2024 · 0 comments · Fixed by #740
Closed

Add google-auth as a direct dependency #774

parthea opened this issue Apr 12, 2024 · 0 comments · Fixed by #740
Labels
api: bigquerystorage Issues related to the googleapis/python-bigquery-storage API.

Comments

@parthea
Copy link
Contributor

parthea commented Apr 12, 2024

See related issue here: googleapis/gapic-generator-python#1922

google-auth should be added as a direct dependency here as google.auth is used in this repository:

dependencies = [
"google-api-core[grpc] >= 1.34.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
"proto-plus >= 1.22.0, <2.0.0dev",
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
]
extras = {
# 'importlib-metadata' is required for Python 3.7 compatibility
"pandas": ["pandas>=0.21.1", "importlib-metadata>=1.0.0; python_version<'3.8'"],
"fastavro": ["fastavro>=0.21.2"],
"pyarrow": ["pyarrow>=0.15.0"],
}

See example PR: #740

@product-auto-label product-auto-label bot added the api: bigquerystorage Issues related to the googleapis/python-bigquery-storage API. label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquerystorage Issues related to the googleapis/python-bigquery-storage API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant