You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop 'mock' shim
Drop 'six'
Drop explicit 'u"' prefix
Drop 'pytz'
Expand ranges to allow 2.x versions of 'google-auth' / `google-api-core`.
Release-As: 2.0.0b1
Closes#102
This would be semver major, including moving to depend on
google-api-core 2.0.0
(see: googleapis/python-api-core#210).Clients which cannot move forward (e.g,
google-cloud-storage
) already pingoogle.cloud.core < 2.0.0dev
directly.Extra cleanups:
mock
wrapper (usefrom unittest import mock
directly).six
.u"
prefixes for text strings.pytz
(as in Drop use of pytz python-api-core#73).The text was updated successfully, but these errors were encountered: