Skip to content

Commit

Permalink
chore(sdk): continuation of bumping google-auth dependency (#8473)
Browse files Browse the repository at this point in the history
* more google auth changes

* update release notes
  • Loading branch information
connor-mccarthy authored Nov 17, 2022
1 parent e62e93a commit e448248
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
## Deprecations

## Bug Fixes and Other Changes
* Relax required google-auth version from `>=1.6.1,<2` to `>=1.6.1,<3` [#8470](https://github.com/kubeflow/pipelines/pull/8470)
* Relax required google-auth version from `>=1.6.1,<2` to `>=1.6.1,<3` [#8470](https://github.com/kubeflow/pipelines/pull/8470), [#8473](https://github.com/kubeflow/pipelines/pull/8473)

## Documentation Updates
# 1.8.15
Expand Down
4 changes: 2 additions & 2 deletions sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
'google-api-core>=1.31.5,<3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0',
# `Blob.from_string` was introduced in google-cloud-storage 1.20.0
# https://github.com/googleapis/python-storage/blob/master/CHANGELOG.md#1200
'google-cloud-storage>=1.20.0,<2',
'google-cloud-storage>=1.20.0,<3',
'kubernetes>=8.0.0,<19',
# google-api-python-client v2 doesn't work for private dicovery by default:
# https://github.com/googleapis/google-api-python-client/issues/1225#issuecomment-791058235
'google-api-python-client>=1.7.8,<2',
'google-auth>=1.6.1,<2',
'google-auth>=1.6.1,<3',
'requests-toolbelt>=0.8.0,<1',
'cloudpickle>=2.0.0,<3',
# Update the upper version whenever a new major version of the
Expand Down

0 comments on commit e448248

Please sign in to comment.