Skip to content

Commit

Permalink
chore(sdk): release kfp-kubernetes 1.1.0 (#10387)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-mccarthy authored Jan 11, 2024
1 parent 74c92d7 commit 0907a11
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes_platform/python/kfp/kubernetes/__init__.py
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '1.0.0'
__version__ = '1.1.0'

__all__ = [
'CreatePVC',
3 changes: 1 addition & 2 deletions kubernetes_platform/python/setup.py
Original file line number Diff line number Diff line change
@@ -20,8 +20,7 @@
NAME = 'kfp-kubernetes'
REQUIREMENTS = [
'protobuf>=4.21.1,<5',
# TODO: bump to 2.6.0 after next KFP SDK release with protobuf 4
'kfp>=2.5.0',
'kfp>=2.6.0',
]
DEV_REQUIREMENTS = [
'docformatter==1.4',

0 comments on commit 0907a11

Please sign in to comment.