Skip to content

Commit

Permalink
Updated setup.py to use the >=3.2 version of gcs-oauth2-boto-plugin, …
Browse files Browse the repository at this point in the history
…and the submodule gcs-oauth2-boto-plugin in third_party directory, and changes.md file (#1775)

* update changes.md, gcs-oauth2-boto-plugin, and fix setup.py

* Update CHANGES.md
  • Loading branch information
googlyrahman committed May 7, 2024
1 parent 7db3dd0 commit 3d15e68
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release 5.29 (release date: 2024-05-07)
======================================
New Features
------------------

Other Changes
------------------
- Upgraded gcs-oauth2-boto-plugin for users to authenticate via google-auth (instead of oauth2client) for .p12 keys.

Release 5.28 (release date: 2024-04-30)
======================================
New Features
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'argcomplete>=1.9.4',
'crcmod>=1.7',
'fasteners>=0.14.1',
'gcs-oauth2-boto-plugin>=3.0',
'gcs-oauth2-boto-plugin>=3.2',
'google-apitools>=0.5.32',
'httplib2==0.20.4',
'google-reauth>=0.1.0',
Expand Down
2 changes: 1 addition & 1 deletion third_party/gcs-oauth2-boto-plugin

0 comments on commit 3d15e68

Please sign in to comment.