-
Notifications
You must be signed in to change notification settings - Fork 346
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.
We should verify that clients which cannot move already pin google.auth < 2.0.0dev directly, or transitively.
Extra cleanups:
.- Drop We cannot drop mock wrapper (use from unittest import mock directly).mock because Python 3.6 / 3.7 do not have unittest.mock.AsyncMock in the stdlib.
- Drop
six. - Drop
u"prefixes for text strings.
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.