We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4db7d commit 7374492Copy full SHA for 7374492
1 file changed
packages/google-cloud-network-connectivity/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.26.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.26.0, <3.0.0dev",
51
"proto-plus >= 1.4.0",
52
"packaging >= 14.3",
53
),
0 commit comments