Skip to content

Commit 7cc329f

Browse files
aribrayparthea
andauthored
fix: require google-auth >= 2.14.1 (#463)
* bump google-auth version to 2.13.0 * chore: set minimum to 2.14.1 instead Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 434253d commit 7cc329f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
dependencies = [
3232
"googleapis-common-protos >= 1.56.2, < 2.0dev",
3333
"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",
34-
"google-auth >= 1.25.0, < 3.0dev",
34+
"google-auth >= 2.14.1, < 3.0dev",
3535
"requests >= 2.18.0, < 3.0.0dev",
3636
]
3737
extras = {

testing/constraints-3.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Then this file should have foo==1.14.0
88
googleapis-common-protos==1.56.2
99
protobuf==3.19.5
10-
google-auth==1.25.0
10+
google-auth==2.14.1
1111
requests==2.18.0
1212
packaging==14.3
1313
grpcio==1.33.2

0 commit comments

Comments
 (0)