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
- Remove iam module from core. This module is now available as part of google-api-core. ([#6775](https://github.com/googleapis/google-cloud-python/pull/6775))
13
+
14
+
### Implementation Changes
15
+
- Fix `_time_from_iso8601_time_naive` for values with micros. ([#5756](https://github.com/googleapis/google-cloud-python/pull/5756))
16
+
- Import stdlib ABCs from `collections.abc` rather than `collections`. ([#6451](https://github.com/googleapis/google-cloud-python/pull/6451))
17
+
18
+
### Dependencies
19
+
- Bump minimum `api_core` version to 1.0.0. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
20
+
21
+
### Internal / Testing Changes
22
+
- Blacken api_core and core. ([#6668](https://github.com/googleapis/google-cloud-python/pull/6668))
23
+
- Add / fix badges for PyPI / versions. ([#6158](https://github.com/googleapis/google-cloud-python/pull/6158))
24
+
- Use new Nox. ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175))
25
+
- Use inplace installs for nox ([#5865](https://github.com/googleapis/google-cloud-python/pull/5865))
26
+
- Fix bad trove classifier.
27
+
- Add Test runs for Python 3.7 and remove 3.4 ([#5295](https://github.com/googleapis/google-cloud-python/pull/5295))
0 commit comments