Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit 4a67133

Browse files
authored
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#267)
1 parent c49fb8b commit 4a67133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
2626
# Until this issue is closed
2727
# https://github.com/googleapis/google-cloud-python/issues/10566
28-
"google-api-core[grpc] >= 1.28.0, <3.0.0dev",
28+
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
2929
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
3030
"proto-plus >= 1.15.0",
3131
]

testing/constraints-3.6.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# Pin the version to the lower bound.
55
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
66
# Then this file should have google-cloud-foo==1.14.0
7-
google-api-core==1.28.0
7+
google-api-core==1.31.5
88
proto-plus==1.15.0
99
grpc-google-iam-v1==0.12.3

0 commit comments

Comments
 (0)