We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab83141 commit 523f143Copy full SHA for 523f143
2 files changed
api_core/CHANGELOG.md
@@ -4,6 +4,14 @@
4
5
[1]: https://pypi.org/project/google-api-core/#history
6
7
+## 1.4.1
8
+
9
+### Dependencies
10
+- Pin minimum protobuf dependency to 3.4.0. ([#6132](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6132))
11
12
+### Internal / Testing Changes
13
+- Add type-checking via pytype to api_core. ([#6116](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6116))
14
15
## 1.4.0
16
17
### Dependencies
api_core/setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-api-core'
24
description = 'Google API client core library'
25
-version = '1.4.0'
+version = '1.4.1'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments