Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit ccb22e8

Browse files
daspecsterdhermes
authored andcommitted
Set bounds for google-cloud-bigtable dependency. (#18)
* Set bounds for google-cloud-bigtable dependency. * Bump version to 0.21.0.
1 parent 260faeb commit ccb22e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050

5151

5252
REQUIREMENTS = [
53-
'google-cloud-bigtable >= 0.20.0',
53+
'google-cloud-bigtable >= 0.21.0, < 0.22dev',
5454
]
5555

5656
SETUP_BASE.pop('url')
5757

5858
setup(
5959
name='google-cloud-happybase',
60-
version='0.20.0',
60+
version='0.21.0',
6161
description='Client library for Google Cloud Bigtable: HappyBase layer',
6262
long_description=README,
6363
url='https://github.com/GoogleCloudPlatform/google-cloud-python-happybase',

0 commit comments

Comments
 (0)