Skip to content

Commit 713ce2c

Browse files
partheaLinchinchalmerlowegcf-owl-bot[bot]
authored
fix: add google-auth as a direct dependency (#1809)
* fix: add google-auth as a direct dependency * update constraints * fix(deps): Require `google-api-core>=1.34.1, >=2.11.0` * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Lingqing Gan <[email protected]> Co-authored-by: Chalmer Lowe <[email protected]> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 4387763 commit 713ce2c

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Only run this nox session.
4+
env_vars: {
5+
key: "NOX_SESSION"
6+
value: "prerelease_deps"
7+
}

.kokoro/presubmit/prerelease-deps.cfg

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Only run this nox session.
4+
env_vars: {
5+
key: "NOX_SESSION"
6+
value: "prerelease_deps"
7+
}

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
3333
# Until this issue is closed
3434
# https://github.com/googleapis/google-cloud-python/issues/10566
35-
"google-api-core >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
35+
"google-api-core[grpc] >= 1.34.1, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
36+
"google-auth >= 2.14.1, <3.0.0dev",
3637
# NOTE: Maintainers, please do not require google-cloud-core>=2.x.x
3738
# Until this issue is closed
3839
# https://github.com/googleapis/google-cloud-python/issues/10566

0 commit comments

Comments
 (0)