kfp dependency pin in 1.0.0 breaks pipeline version upload API calls
See original GitHub issue/kind bug
What steps did you take and what happened:
kfp-tekton 1.0
sdk is pinned to kfp==1.7.2
, which causes https://github.com/elyra-ai/elyra/issues/2085 (generally speaking upload of pipeline versions will always fail). Would a pin to a later version be possible so Elyra can start using kfp-tekton > 0.8.x?
What did you expect to happen:
Additional information: [Miscellaneous information that will assist in solving the issue.]
Environment:
- Python Version (use
python --version
): - SDK Version:
- Tekton Version (use
tkn version
): - Kubernetes Version (use
kubectl version
): - OS (e.g. from
/etc/os-release
):
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Pipelines API Reference - Kubeflow
Pipelines API Reference. Reference documentation for the Kubeflow Pipelines API. Kubeflow Pipelines API. Version: 2.0.0-alpha.1.
Read more >tfx Changelog - PyUp.io
the TfxRunner API. * Add dependency of tensorflow-io to unblock using S3 storage. Breaking Changes For Pipeline Authors * N/A For Component Authors...
Read more >Changelog — Elyra 3.13.0 documentation
Update pipeline version to 6 and pin versions - #2321 ... Move kfp-tekton dependency to extras - #2043; Update pipeline-editor version to 1.1.0...
Read more >Tutorial: Introduction to Kubeflow Pipelines - YouTube
Join us for Kubernetes Forums Seoul, Sydney, Bengaluru and Delhi - learn more at kubecon.ioDon't miss KubeCon + CloudNativeCon 2020 events ...
Read more >Source - GitHub
Changelog ## [2.0.0-alpha.6](https://github.com/kubeflow/pipelines/compare/2.0. ... update kfp-server-api dependencies and bump sdk version to 2.0.0-alpha.1 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ptitzler new release is over here https://pypi.org/project/kfp-tekton/1.0.1/ you should able to put both kfp==1.7.1 and kfp-tekton==1.0.1 in the same requirements.txt
1.7.1 worked just fine in the past