We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d828316 commit 36d6f2aCopy full SHA for 36d6f2a
packages/google-cloud-compute/setup.py
@@ -44,7 +44,10 @@
44
platforms="Posix; MacOS X; Windows",
45
include_package_data=True,
46
install_requires=(
47
- "google-api-core[grpc] >= 1.28.0, < 2.0.0dev",
+ # 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",
51
"proto-plus >= 1.13.0",
52
"packaging >= 14.3",
53
),
0 commit comments