Skip to content

Commit

Permalink
chore(deps): update dependency kfp to v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 7d814c6 commit e406ec4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 77 deletions.
2 changes: 1 addition & 1 deletion tests/notebooks/e2e-wine/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boto3
# pin 2.5.0 because kserve==0.13.1 requires protobuf<4.0.0,>=3.19.0 while higher kfp requires protobuf<5,>=4.21.1
kfp==2.5.0
kfp==2.9.0
# pin to <7.0 to avoid breaking changes in sdk
minio<7.0
# pin the client to match the version of the deployed MLflow server
Expand Down
2 changes: 1 addition & 1 deletion tests/notebooks/kfp_v1/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pin to the latest <2.0 version to ensure compatibility
# with the KFP API server version deployed in CKF 1.7
kfp==1.8.22
kfp==2.9.0
tenacity
81 changes: 6 additions & 75 deletions tests/notebooks/kfp_v1/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements.in
#
absl-py==1.4.0
# via kfp
attrs==23.2.0
# via
# jsonschema
# referencing
cachetools==5.3.3
# via google-auth
certifi==2024.7.4
Expand All @@ -20,36 +14,21 @@ certifi==2024.7.4
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
# kfp
# typer
cloudpickle==2.2.1
# via kfp
deprecated==1.2.14
# via kfp
docstring-parser==0.16
# via kfp
fire==0.6.0
# via kfp
google-api-core==2.19.1
# via
# google-api-python-client
# google-cloud-core
# google-cloud-storage
# kfp
google-api-python-client==1.12.11
# via kfp
google-auth==2.32.0
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
# google-cloud-core
# google-cloud-storage
# kfp
# kubernetes
google-auth-httplib2==0.2.0
# via google-api-python-client
google-cloud-core==2.4.1
# via google-cloud-storage
google-cloud-storage==2.17.0
Expand All @@ -62,33 +41,21 @@ google-resumable-media==2.7.1
# via google-cloud-storage
googleapis-common-protos==1.63.2
# via google-api-core
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
idna==3.7
# via requests
jsonschema==4.23.0
# via kfp
jsonschema-specifications==2023.12.1
# via jsonschema
kfp==1.8.22
kfp==2.9.0
# via -r requirements.in
kfp-pipeline-spec==0.1.16
kfp-pipeline-spec==0.4.0
# via kfp
kfp-server-api==1.8.5
kfp-server-api==2.3.0
# via kfp
kubernetes==25.3.0
# via kfp
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
oauthlib==3.2.2
# via requests-oauthlib
proto-plus==1.24.0
# via google-api-core
protobuf==3.20.3
protobuf==4.25.5
# via
# google-api-core
# googleapis-common-protos
Expand All @@ -101,12 +68,6 @@ pyasn1==0.6.0
# rsa
pyasn1-modules==0.4.0
# via google-auth
pydantic==1.10.17
# via kfp
pygments==2.18.0
# via rich
pyparsing==3.1.2
# via httplib2
python-dateutil==2.9.0.post0
# via
# kfp-server-api
Expand All @@ -115,10 +76,6 @@ pyyaml==6.0.1
# via
# kfp
# kubernetes
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.32.3
# via
# google-api-core
Expand All @@ -130,41 +87,19 @@ requests-oauthlib==2.0.0
# via kubernetes
requests-toolbelt==0.10.1
# via kfp
rich==13.7.1
# via typer
rpds-py==0.19.0
# via
# jsonschema
# referencing
rsa==4.9
# via google-auth
shellingham==1.5.4
# via typer
six==1.16.0
# via
# fire
# google-api-python-client
# kfp-server-api
# kubernetes
# python-dateutil
strip-hints==0.1.10
# via kfp
tabulate==0.9.0
# via kfp
tenacity==8.5.0
# via -r requirements.in
termcolor==2.4.0
# via fire
typer==0.12.3
# via kfp
typing-extensions==4.12.2
# via
# pydantic
# typer
uritemplate==3.0.1
# via
# google-api-python-client
# kfp
# via kfp
urllib3==1.26.19
# via
# kfp
Expand All @@ -173,10 +108,6 @@ urllib3==1.26.19
# requests
websocket-client==1.8.0
# via kubernetes
wheel==0.43.0
# via strip-hints
wrapt==1.16.0
# via deprecated

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit e406ec4

Please sign in to comment.