Skip to content

Commit ec46cd2

Browse files
authored
Merge pull request #2743 from daspecster/change-version-specifier-for-core
Set core version compatible specifier to packages.
2 parents d1bc46b + bea1840 commit ec46cd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-bigtable/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core >= 0.21.0',
53+
'google-cloud-core >= 0.21.0, < 0.22dev',
5454
'grpcio >= 1.0.0, < 2.0dev',
5555
]
5656

0 commit comments

Comments
 (0)