Skip to content

Commit 4c966f7

Browse files
authored
chore: pipeline api spec minor release (kubeflow#11939)
Signed-off-by: Humair Khan <[email protected]>
1 parent 8fe090d commit 4c966f7

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

api/v2alpha1/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import setuptools
1616

1717
NAME = 'kfp-pipeline-spec'
18-
VERSION = '0.6.0'
18+
VERSION = '0.7.0'
1919

2020
setuptools.setup(
2121
name=NAME,

sdk/python/requirements.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# the following in this folder:
33
# pip-compile --no-emit-index-url requirements.in
44

5-
click>=8.0.0,<9
5+
click==8.1.8
66
docstring-parser>=0.7.3,<1
77
# Pin google-api-core version for the bug fixing in 1.31.5
88
# https://github.com/googleapis/python-api-core/releases/tag/v1.31.5
@@ -11,11 +11,11 @@ google-auth>=1.6.1,<3
1111
# https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md#221-2022-03-15
1212
google-cloud-storage>=2.2.1,<4
1313
# pin kfp-pipeline-spec to an exact version, since this is the contract between a given KFP SDK version and the BE. we don't want old version of the SDK to write new fields and to have the BE reject the new unsupported field (even if the new field backward compatible from a proto perspective)
14-
kfp-pipeline-spec==0.6.0
14+
kfp-pipeline-spec==0.7.0
1515
# Update the upper version whenever a new major version of the
1616
# kfp-server-api package is released.
1717
# Update the lower version when kfp sdk depends on new apis/fields in
18-
# kfp-server-api.
18+
# kfp-server-api
1919
kfp-server-api>=2.1.0,<2.5.0
2020
kubernetes>=8.0.0,<31
2121
protobuf>=4.21.1,<5

sdk/python/requirements.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile --no-emit-index-url requirements.in
66
#
77
cachetools==5.5.2
88
# via google-auth
9-
certifi==2025.1.31
9+
certifi==2025.4.26
1010
# via
1111
# kfp-server-api
1212
# kubernetes
1313
# requests
14-
charset-normalizer==3.4.1
14+
charset-normalizer==3.4.2
1515
# via requests
1616
click==8.1.8
1717
# via -r requirements.in
1818
docstring-parser==0.16
1919
# via -r requirements.in
20-
google-api-core==2.24.1
20+
google-api-core==2.24.2
2121
# via
2222
# -r requirements.in
2323
# google-cloud-core
2424
# google-cloud-storage
25-
google-auth==2.38.0
25+
google-auth==2.40.2
2626
# via
2727
# -r requirements.in
2828
# google-api-core
2929
# google-cloud-core
3030
# google-cloud-storage
3131
# kubernetes
32-
google-cloud-core==2.4.2
32+
google-cloud-core==2.4.3
3333
# via google-cloud-storage
3434
google-cloud-storage==3.1.0
3535
# via -r requirements.in
36-
google-crc32c==1.6.0
36+
google-crc32c==1.7.1
3737
# via
3838
# google-cloud-storage
3939
# google-resumable-media
4040
google-resumable-media==2.7.2
4141
# via google-cloud-storage
42-
googleapis-common-protos==1.69.1
42+
googleapis-common-protos==1.70.0
4343
# via google-api-core
4444
idna==3.10
4545
# via requests
46-
kfp-pipeline-spec==0.6.0
46+
kfp-pipeline-spec==0.7.0
4747
# via -r requirements.in
4848
kfp-server-api==2.4.0
4949
# via -r requirements.in
@@ -53,9 +53,9 @@ oauthlib==3.2.2
5353
# via
5454
# kubernetes
5555
# requests-oauthlib
56-
proto-plus==1.26.0
56+
proto-plus==1.26.1
5757
# via google-api-core
58-
protobuf==4.25.6
58+
protobuf==4.25.8
5959
# via
6060
# -r requirements.in
6161
# google-api-core
@@ -66,7 +66,7 @@ pyasn1==0.6.1
6666
# via
6767
# pyasn1-modules
6868
# rsa
69-
pyasn1-modules==0.4.1
69+
pyasn1-modules==0.4.2
7070
# via google-auth
7171
python-dateutil==2.9.0.post0
7272
# via
@@ -87,7 +87,7 @@ requests-oauthlib==2.0.0
8787
# via kubernetes
8888
requests-toolbelt==1.0.0
8989
# via -r requirements.in
90-
rsa==4.9
90+
rsa==4.9.1
9191
# via google-auth
9292
six==1.17.0
9393
# via

0 commit comments

Comments
 (0)