chore(sdk): bump kfp-server-api dependency to >= 1.1.2 (#4909)

This commit is contained in:
Yuan (Bob) Gong 2020-12-18 05:10:25 +08:00 committed by GitHub
parent 2386471cdf
commit 7fca374e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ REQUIRES = [
# Update the lower version when kfp sdk depends on new apis/fields in
# kfp-server-api.
# Note, please also update ./requirements.in
'kfp-server-api>=1.1.1b1, <2.0.0',
'kfp-server-api>=1.1.2, <2.0.0',
'jsonschema >= 3.0.1',
'tabulate',
'click',