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

Commit e77a5cd

Browse files
authored
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#286)
1 parent 440c179 commit e77a5cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
3333
# Until this issue is closed
3434
# https://github.com/googleapis/google-cloud-python/issues/10566
35-
"google-api-core[grpc] >= 1.28.0, <3.0.0dev",
35+
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
3636
"proto-plus >= 1.15.0",
3737
]
3838
extras = {"pandas": "pandas >= 0.17.1"}

testing/constraints-3.6.txt

+1-1
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
pandas==0.23.0

0 commit comments

Comments
 (0)