Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set core version compatible specifier to packages. #2743

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion bigtable/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
'grpcio >= 1.0.0, < 2.0dev',
]

Expand Down
2 changes: 1 addition & 1 deletion datastore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
'grpcio >= 1.0.0, < 2.0dev',
]

Expand Down
2 changes: 1 addition & 1 deletion dns/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion error_reporting/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
'google-cloud-logging >= 0.21.0',
]

Expand Down
2 changes: 1 addition & 1 deletion language/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion logging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
'grpcio >= 1.0.0, < 2.0dev',
'google-gax >= 0.14.1, < 0.15dev',
'gapic-google-logging-v2 >= 0.10.1, < 0.11dev',
Expand Down
2 changes: 1 addition & 1 deletion monitoring/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion pubsub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
'grpcio >= 1.0.0, < 2.0dev',
'google-gax >= 0.14.1, < 0.15dev',
'gapic-google-pubsub-v1 >= 0.10.1, < 0.11dev',
Expand Down
2 changes: 1 addition & 1 deletion resource_manager/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion runtimeconfig/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion storage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion translate/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion vision/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
]

setup(
Expand Down