Skip to content

Commit 7d178c5

Browse files
authored
fix(deps): require google-api-core >=2.3.2 (#234)
1 parent 0728a84 commit 7d178c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-compute/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
platforms="Posix; MacOS X; Windows",
4545
include_package_data=True,
4646
install_requires=(
47-
"google-api-core[grpc] >= 2.2.0, <3.0.0dev",
47+
"google-api-core[grpc] >= 2.3.2, <3.0.0dev",
4848
"proto-plus >= 1.19.7",
4949
"dataclasses >= 0.6; python_version < '3.7'",
5050
),

packages/google-cloud-compute/testing/constraints-3.6.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
77
# Then this file should have google-cloud-foo==1.14.0
8-
google-api-core==2.2.0
8+
google-api-core==2.3.2
99
proto-plus==1.19.7
1010
dataclasses==0.6.0

0 commit comments

Comments
 (0)