Skip to content

Commit

Permalink
Fix(sdk): fix KFP 1.7.2 SDK dependency (kubeflow#719)
Browse files Browse the repository at this point in the history
* skip license check due to go vanity website is down

* regenerate sdk dependency

* skip copy from genereated license

* add back license to verify
  • Loading branch information
Tomcli authored Aug 31, 2021
1 parent e291986 commit 1fc59e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sdk/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jsonschema==3.2.0
# via kfp
kfp==1.7.2
# via -r sdk/python/requirements.in
kfp-pipeline-spec==0.1.8
kfp-pipeline-spec==0.1.9
# via kfp
kfp-server-api==1.3.0
# via kfp
Expand All @@ -90,6 +90,8 @@ pyasn1-modules==0.2.8
# via google-auth
pycparser==2.20
# via cffi
pydantic==1.8.2
# via kfp
pyparsing==2.4.7
# via
# httplib2
Expand Down Expand Up @@ -141,6 +143,8 @@ tabulate==0.8.9
# via kfp
termcolor==1.1.0
# via fire
typing-extensions==3.10.0.2
# via pydantic
uritemplate==3.0.1
# via google-api-python-client
urllib3==1.26.3
Expand Down

0 comments on commit 1fc59e6

Please sign in to comment.