We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988de0a commit f47be2aCopy full SHA for f47be2a
2 files changed
ChangeLog
@@ -1,3 +1,6 @@
1
+* 0.5.2:
2
+- Updated PyYAML dependencies to >=4.2b1 for https://nvd.nist.gov/vuln/detail/CVE-2017-18342
3
+
4
* 0.5.1:
5
- Fix bug related to usage of private grpc._interceptor._ClientCallDetails class
6
setup.py
@@ -20,7 +20,7 @@
20
'enum34; python_version < "3.4"',
21
'google-auth-oauthlib>=0.0.1,<1.0.0',
22
'google-api-core[grpc] >= 1.1.0, < 2.0.0dev',
23
- 'PyYAML >= 3.11, < 4.0',
+ 'PyYAML >=4.2b1, < 5.0',
24
]
25
26
tests_require = [
@@ -33,7 +33,7 @@
33
34
setup(
35
name='google-ads',
36
- version='0.5.1',
+ version='0.5.2',
37
author='Google LLC',
38
author_email='googleapis-packages@google.com',
39
classifiers=[
0 commit comments