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 85b0219 commit eb17b8aCopy full SHA for eb17b8a
packages/google-analytics-data/setup.py
@@ -45,7 +45,10 @@
45
platforms="Posix; MacOS X; Windows",
46
include_package_data=True,
47
install_requires=(
48
- "google-api-core[grpc] >= 1.26.0, < 2.0.0dev",
+ # NOTE: Maintainers, please do not require google-api-core>=2.x.x
49
+ # Until this issue is closed
50
+ # https://github.com/googleapis/google-cloud-python/issues/10566
51
+ "google-api-core[grpc] >= 1.26.0, <3.0.0dev",
52
"libcst >= 0.2.5",
53
"proto-plus >= 1.4.0",
54
"packaging >= 14.3",
0 commit comments