Skip to content

Commit

Permalink
[SDK] Use new released kfp-server-api package (kubeflow#3224)
Browse files Browse the repository at this point in the history
* [SDK] Use new released kfp-server-api package

/assign @numerology

* Update setup.py

* Update setup.py

* Fix requirements.txt
  • Loading branch information
Bobgy authored and Jeffwan committed Dec 9, 2020
1 parent 7988497 commit 013d418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cryptography>=2.4.2
google-auth>=1.6.1
requests_toolbelt>=0.8.0
cloudpickle==1.1.1
kfp-server-api >= 0.1.18, < 0.1.19
kfp-server-api==0.2.5
argo-models == 2.2.1a
jsonschema >= 3.0.1
tabulate == 0.8.3
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'google-auth>=1.6.1',
'requests_toolbelt>=0.8.0',
'cloudpickle==1.1.1',
'kfp-server-api >= 0.1.18, <= 0.1.40', #Update the upper version whenever a new version of the kfp-server-api package is released. Update the lower version when there is a breaking change in kfp-server-api.
'kfp-server-api==0.2.5', #Update the upper version whenever a new version of the kfp-server-api package is released. Update the lower version when there is a breaking change in kfp-server-api, or kfp sdk depends on new api changes in kfp-server-api.
'argo-models == 2.2.1a', #2.2.1a is equivalent to argo 2.2.1
'jsonschema >= 3.0.1',
'tabulate == 0.8.3',
Expand Down

0 comments on commit 013d418

Please sign in to comment.