Skip to content

Commit

Permalink
chore(deps): update dependency minio to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent fe86b4e commit d8a0593
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/notebooks/e2e-wine/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ boto3
# with the KFP API server version deployed in CKF 1.7
kfp==1.8.22
# pin to <7.0 to avoid breaking changes in sdk
minio<7.0
minio<7.3
# pin the client to match the version of the deployed MLflow server
mlflow==2.1.1
numpy
Expand Down
2 changes: 1 addition & 1 deletion tests/notebooks/mlflow-kserve/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boto3
# pin to <7.0 to avoid breaking changes in sdk
minio<7.0
minio<7.3
# pin the client to match the version of the deployed MLflow server
mlflow==2.1.1
numpy
Expand Down
1 change: 1 addition & 0 deletions tests/notebooks/mlflow-kserve/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ prometheus-client==0.13.1
protobuf==3.20.3
# via
# google-api-core
# googleapis-common-protos
# kserve
# mlflow
# ray
Expand Down
2 changes: 1 addition & 1 deletion tests/notebooks/mlflow-minio/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pin to <7.0 to avoid breaking changes in sdk
minio<7.0
minio<7.3
pandas
s3fs
2 changes: 1 addition & 1 deletion tests/notebooks/mlflow/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boto3
# pin to <7.0 to avoid breaking changes in sdk
minio<7.0
minio<7.3
# pin the client to match the version of the deployed MLflow server
mlflow==2.1.1
# pin to ensure compatibility with the installed mlflow client
Expand Down

0 comments on commit d8a0593

Please sign in to comment.