We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5866a commit 2a27f04Copy full SHA for 2a27f04
1 file changed
packages/google-cloud-domains/setup.py
@@ -43,7 +43,10 @@
43
],
44
include_package_data=True,
45
install_requires=(
46
- "google-api-core[grpc] >= 1.26.0, <2.0.0dev",
+ # NOTE: Maintainers, please do not require google-api-core>=2.x.x
47
+ # Until this issue is closed
48
+ # https://github.com/googleapis/google-cloud-python/issues/10566
49
+ "google-api-core[grpc] >= 1.26.0, <3.0.0dev",
50
"proto-plus >= 1.4.0",
51
"packaging >= 14.3",
52
),
0 commit comments