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

Commit 9f95784

Browse files
authored
Merge branch 'master' into autosynth-self
2 parents e48427e + 1163f2b commit 9f95784

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@
4444
platforms="Posix; MacOS X; Windows",
4545
include_package_data=True,
4646
install_requires=(
47-
"google-api-core[grpc] >= 1.28.0, < 2.0.0dev",
47+
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
48+
# Until this issue is closed
49+
# https://github.com/googleapis/google-cloud-python/issues/10566
50+
"google-api-core[grpc] >= 1.28.0, <3.0.0dev",
4851
"proto-plus >= 1.13.0",
4952
"packaging >= 14.3",
5053
),

0 commit comments

Comments
 (0)