-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
semver: majorHint for users that this is an API breaking change.Hint for users that this is an API breaking change.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
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 pin google.cloud.core < 2.0.0dev
directly.
Extra cleanups:
- Drop
mock
wrapper (usefrom unittest import mock
directly). - Drop
six
. - Drop
u"
prefixes for text strings. - Drop
pytz
(as in Drop use of pytz python-api-core#73).
Metadata
Metadata
Assignees
Labels
semver: majorHint for users that this is an API breaking change.Hint for users that this is an API breaking change.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.