Skip to content

Commit 2886adf

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 3e96c83 commit 2886adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-spanner/setup.py

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

5252

5353
REQUIREMENTS = [
54-
'google-cloud-core >= 0.25.0, < 0.26dev',
54+
'google-cloud-core >= 0.26.0, < 0.27dev',
5555
'grpcio >= 1.2.0, < 2.0dev',
5656
'gapic-google-cloud-spanner-v1 >= 0.15.0, < 0.16dev',
5757
'gapic-google-cloud-spanner-admin-database-v1 >= 0.15.0, < 0.16dev',
@@ -60,7 +60,7 @@
6060

6161
setup(
6262
name='google-cloud-spanner',
63-
version='0.25.0',
63+
version='0.26.0',
6464
description='Python Client for Cloud Spanner',
6565
long_description=README,
6666
namespace_packages=[

0 commit comments

Comments
 (0)