-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update core dependency to google-cloud-core >= 0.23.0, < 0.24dev. #3028
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
Update core dependency to google-cloud-core >= 0.23.0, < 0.24dev. #3028
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, though this might be premature
Premature? This can wait if needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you verified that all of the Client
subclasses are sending the right arguments to super
?
vision/setup.py
Outdated
@@ -51,7 +51,7 @@ | |||
|
|||
REQUIREMENTS = [ | |||
'enum34', | |||
'google-cloud-core >= 0.22.1, < 0.23dev', | |||
'google-cloud-core >= 0.23., < 0.24dev', |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@lukesneeringer I haven't checked the clients. I feel like that should be a separate PR? |
@dhermes said (in an instant message) that it is already done. |
@dhermes Why is merging this premature? It seems reasonable to me. |
Feel free to merge. No worries. |
…ogleapis#3028) * Update core dependency to google-cloud-core >= 0.23.0, < 0.24dev.
Updates 'google-cloud-core >= 0.23.0, < 0.24dev' dependencies in services.