Skip to content

Commit ef18f0b

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
fix: add google-auth as a direct dependency
chore: remove deprecated constraints-3.7.txt file Fixes #3274 PiperOrigin-RevId: 604992877
1 parent 9a19545 commit ef18f0b

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@
173173
include_package_data=True,
174174
install_requires=(
175175
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
176+
"google-auth >= 2.14.1, <3.0.0dev",
176177
"proto-plus >= 1.22.0, <2.0.0dev",
177178
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
178179
"packaging >= 14.3",

testing/constraints-3.7.txt

-14
This file was deleted.

testing/constraints-3.8.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# -*- coding: utf-8 -*-
2-
# This constraints file is required for unit tests.
3-
# List all library dependencies and extras in this file.
2+
# This constraints file is used to check that lower bounds
3+
# are correct in setup.py
4+
# List *all* library dependencies and extras in this file.
45
google-api-core
6+
google-auth==2.14.1
57
proto-plus==1.22.0
68
protobuf
79
mock==4.0.2

0 commit comments

Comments
 (0)