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
{{ message }}
This repository was archived by the owner on Feb 17, 2026. It is now read-only.
This would be semver major (google-api-core 2.0.0). Clients which cannot move forward (e.g, google-cloud-storage already pin google.api_core < 2.0.0dev either directly or transitively (via google-cloud-core).
Extra cleanups:
Drop mock wrapper (use from unittest import mock directly, replacing work in Use unittest.mock if it is available #208). Can't remove it until we drop support for Python 3.6 / 3.7, as it provides the mock.AsyncMock helper we need.
Drop six.
Drop other Python 2.7-specific workarounds (collections_abc, etc.)