Skip to content

Commit

Permalink
Update minimum google-auth version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Dec 2, 2016
1 parent 0b5667a commit 4f0feeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'httplib2 >= 0.9.1',
'googleapis-common-protos >= 1.3.4',
'protobuf >= 3.0.0',
'google-auth >= 0.3.2, < 2.0.0dev',
'google-auth >= 0.4.0, < 2.0.0dev',

This comment has been minimized.

Copy link
@dhermes

dhermes Dec 2, 2016

Contributor

Why is this upper bound there?

This comment has been minimized.

Copy link
@theacodes

theacodes Dec 2, 2016

Contributor

Because I do not anticipate breaking the API between 0.x and 1.x, but I do reserve the right to break it between 1.x and 2.x.

This comment has been minimized.

Copy link
@dhermes

dhermes Dec 2, 2016

Contributor

Fancy

'google-auth-httplib2',
'six',
]
Expand Down

0 comments on commit 4f0feeb

Please sign in to comment.