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

fix(deps): add explicit ranges for 'google-api-core' and 'google-auth' #530

Merged
merged 2 commits into from Aug 5, 2021

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented Aug 2, 2021

Transitive dependency resolution breaks unit tests under Python 3.6
following PR #520.

Pin minima for those ranges explicitly when testing under Python 3.6.

Closes #529.

Transitive dependency resolution breaks unit tests under Python 3.6
following PR #520.

Pin minima for those ranges explicitly when testing under Python 3.6.

Closes #529.
@tseaver tseaver requested review from tswast, andrewsg, frankyn, tritone, cojenco and a team August 2, 2021 20:04
@tseaver tseaver requested a review from a team as a code owner August 2, 2021 20:04
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 2, 2021
@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/python-storage API. label Aug 2, 2021
@tseaver tseaver added the automerge Merge the pull request once unit tests and other checks pass. label Aug 5, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit 310f207 into master Aug 5, 2021
@gcf-merge-on-green gcf-merge-on-green bot deleted the 529-add-pins-for-api_core-and-auth branch August 5, 2021 15:20
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Aug 5, 2021
cojenco pushed a commit to cojenco/python-storage that referenced this pull request Oct 13, 2021
googleapis#530)

Transitive dependency resolution breaks unit tests under Python 3.6
following PR googleapis#520.

Pin minima for those ranges explicitly when testing under Python 3.6.

Closes googleapis#529.
cojenco pushed a commit to cojenco/python-storage that referenced this pull request Oct 13, 2021
googleapis#530)

Transitive dependency resolution breaks unit tests under Python 3.6
following PR googleapis#520.

Pin minima for those ranges explicitly when testing under Python 3.6.

Closes googleapis#529.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/python-storage API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New 'page_size' argument breaks unit tests under Python 3.6
2 participants