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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Feb 8, 2024
Merged

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

merged 1 commit into from Feb 8, 2024

Conversation

mukund-ananthu
Copy link
Contributor

@mukund-ananthu mukund-ananthu commented Feb 8, 2024

  1. One of the issues this solves is the test coverage failures in https://github.com/googleapis/python-pubsub/actions/runs/7836080724/job/21382924522?pr=1064
  2. pulling the google-auth dependency transitively through google-api-core so we decided to use the same google-auth version as google-api-core which is 2.14.1
    https://github.com/googleapis/python-api-core/blob/82c31184168d92a88ea570780082ab1176cfed53/setup.py#L34
  3. Reference PR: fix: add google-auth as a direct dependency聽python-bigquery-storage#740

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 馃

@mukund-ananthu mukund-ananthu requested review from a team as code owners February 8, 2024 21:46
@mukund-ananthu mukund-ananthu self-assigned this Feb 8, 2024
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: pubsub Issues related to the googleapis/python-pubsub API. labels Feb 8, 2024
@mukund-ananthu mukund-ananthu merged commit 5ce7301 into main Feb 8, 2024
27 of 28 checks passed
@mukund-ananthu mukund-ananthu deleted the gauth branch February 8, 2024 22:47

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Existing change seems to be consistent with googleapis/python-bigquery-storage@56e8958 which also refers to https://github.com/googleapis/python-api-core/blob/82c31184168d92a88ea570780082ab1176cfed53/setup.py#L34 and the way the versions are mentioned for the other lines in the file.

Tagging @parthea to get his input on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the googleapis/python-pubsub API. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants