Skip to content

Commit ce76806

Browse files
authored
Updating all affected packages after google-cloud-core update. (#3730)
* Updating all affected packages after google-cloud-core update. * Moving 'pip install .' **after** subpackages in nox docs. @lukesneeringer still hasn't explained why it was moved. In it's current location, the depencencies are first retrieved from PyPI (which fails here for the unreleased versions), e.g. https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/2716
1 parent ee3f2ab commit ce76806

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@
5151

5252

5353
REQUIREMENTS = [
54-
'google-cloud-core >= 0.25.0, < 0.26dev',
55-
'grpcio >= 1.0.2, < 2.0dev',
54+
'google-cloud-core >= 0.26.0, < 0.27dev',
55+
'grpcio >= 1.2.0, < 2.0dev',
5656
'gapic-google-cloud-pubsub-v1 >= 0.15.0, < 0.16dev',
5757
]
5858

5959
setup(
6060
name='google-cloud-pubsub',
61-
version='0.26.0',
61+
version='0.27.0',
6262
description='Python Client for Google Cloud Pub/Sub',
6363
long_description=README,
6464
namespace_packages=[

0 commit comments

Comments
 (0)