Skip to content

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
@mukund-ananthu mukund-ananthu deleted the gauth branch February 8, 2024 22:47
Copy link
Contributor

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.

3 participants