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

Commit 346af01

Browse files
authored
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#65)
1 parent 00428ed commit 346af01

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
@@ -29,7 +29,7 @@
2929
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
3030
# Until this issue is closed
3131
# https://github.com/googleapis/google-cloud-python/issues/10566
32-
"google-api-core[grpc] >= 1.28.0, < 3.0.0dev",
32+
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
3333
"proto-plus >= 1.15.0",
3434
]
3535

testing/constraints-3.6.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
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

0 commit comments

Comments
 (0)