We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1de83 commit 18af71bCopy full SHA for 18af71b
packages/google-cloud-os-login/setup.py
@@ -29,7 +29,10 @@
29
# 'Development Status :: 5 - Production/Stable'
30
release_status = "Development Status :: 5 - Production/Stable"
31
dependencies = [
32
- "google-api-core[grpc] >= 1.26.0, <2.0.0dev",
+ # NOTE: Maintainers, please do not require google-api-core>=2.x.x
33
+ # Until this issue is closed
34
+ # https://github.com/googleapis/google-cloud-python/issues/10566
35
+ "google-api-core[grpc] >= 1.26.0, <3.0.0dev",
36
"proto-plus >= 1.4.0",
37
"libcst >= 0.2.5",
38
"packaging >= 14.3",
0 commit comments