Skip to content

Commit 93bc4a1

Browse files
committed
set stricter version range on pubsub client library
1 parent 2c51318 commit 93bc4a1

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
google-auth>=1.7.0
2-
google-cloud-pubsub==1.1.0
2+
google-cloud-pubsub==1.7.0
33
google-cloud-core==1.3.0
4-
google-api-core==1.22.0
4+
google-api-core==1.22.4
55
mock>=3.0.5
66
oauth2client>=4.1.3
77
requests>=2.22.0

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[metadata]
2-
description-file = README.md
2+
description-file = README.rst

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='dnaStreaming',
7-
version='2.0.0',
7+
version='2.0.1',
88
description='Dow Jones DNA Streaming Project',
99
author='Chris Flesche',
1010
author_email='[email protected]',
@@ -21,8 +21,9 @@
2121
install_requires=[
2222
'googleapis-common-protos>=1.6.0',
2323
'google-auth>=1.7.0',
24-
'google-cloud-pubsub>=1.1.0',
24+
'google-cloud-pubsub==1.7.0',
2525
'google-cloud-core==1.3.0',
26+
'google-api-core==1.22.4',
2627
'mock>=3.0.5',
2728
'oauth2client>=4.1.3',
2829
'requests>=2.22.0'

0 commit comments

Comments
 (0)