Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KF 4325 Port KFP ROCK images into track/2.0 (WIP) #327

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charms/kfp-api/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resources:
oci-image:
type: oci-image
description: Backing OCI image
upstream-source: gcr.io/ml-pipeline/api-server:2.0.0-alpha.7
upstream-source: charmedkubeflow/api-server:2.0.0-alpha.7_20.04_1
requires:
mysql:
interface: mysql
Expand Down
16 changes: 8 additions & 8 deletions charms/kfp-api/requirements-fmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements-fmt.in
# pip-compile ./charms/kfp-api/requirements-fmt.in
#
black==23.3.0
# via -r ./requirements-fmt.in
click==8.1.3
black==23.9.1
# via -r ./charms/kfp-api/requirements-fmt.in
click==8.1.7
# via black
isort==5.12.0
# via -r ./requirements-fmt.in
# via -r ./charms/kfp-api/requirements-fmt.in
mypy-extensions==1.0.0
# via black
packaging==23.1
# via black
pathspec==0.11.1
pathspec==0.11.2
# via black
platformdirs==3.7.0
platformdirs==3.10.0
# via black
tomli==2.0.1
# via black
typing-extensions==4.6.3
typing-extensions==4.8.0
# via black
Loading
Loading