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): require google-api-core>=1.31.5, >=2.3.2 #178

Merged
merged 4 commits into from
Mar 7, 2022

Conversation

parthea
Copy link
Contributor

@parthea parthea commented Mar 3, 2022

fix(deps): require google-auth 1.25.0

fix(deps): require proto-plus>=1.15.0
@parthea parthea requested a review from a team as a code owner March 3, 2022 12:51
@busunkim96
Copy link
Contributor

The google-auth pin also needs to be increased:

ERROR: Cannot install google-cloud-core and google-cloud-core==2.2.2 because these package versions have conflicting dependencies.

The conflict is caused by:
    google-cloud-core 2.2.2 depends on google-auth<3.0dev and >=1.24.0
    google-api-core 1.[31](https://github.com/googleapis/python-cloud-core/runs/5407205326?check_suite_focus=true#step:5:31).5 depends on google-auth<2.0dev and >=1.25.0
    The user requested (constraint) google-auth==1.24.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

@parthea parthea merged commit c65ad44 into main Mar 7, 2022
@parthea parthea deleted the upgrade-google-api-core-proto-plus branch March 7, 2022 21:52
@Ark-kun
Copy link

Ark-kun commented Nov 24, 2022

require google-api-core>=1.31.5, >=2.3.2

Hmm. The 2.3.1 seems to be permitted by the requirements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants