Skip to content

Commit

Permalink
fix: require google-auth >= 2.14.1 (#463)
Browse files Browse the repository at this point in the history
* bump google-auth version to 2.13.0

* chore: set minimum to 2.14.1 instead

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
aribray and parthea authored Nov 10, 2022
1 parent 434253d commit 7cc329f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
dependencies = [
"googleapis-common-protos >= 1.56.2, < 2.0dev",
"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",
"google-auth >= 1.25.0, < 3.0dev",
"google-auth >= 2.14.1, < 3.0dev",
"requests >= 2.18.0, < 3.0.0dev",
]
extras = {
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Then this file should have foo==1.14.0
googleapis-common-protos==1.56.2
protobuf==3.19.5
google-auth==1.25.0
google-auth==2.14.1
requests==2.18.0
packaging==14.3
grpcio==1.33.2
Expand Down

0 comments on commit 7cc329f

Please sign in to comment.