Fix: resolve KFP dependency conflict in knowledge-tuning pipeline#88
Conversation
Bump kfp and kfp-kubernetes to >=2.16.1 so pip can resolve kfp-components@main, which unblocks the Notebook Tests CI validation.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe Kubeflow Pipeline example dependencies are updated to require minimum versions of kfp and kfp-kubernetes at 2.16.1. Both the project configuration and installation documentation reflect this constraint change consistently. ChangesKubeflow Pipeline dependency version updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
kfpandkfp-kubernetesfrom2.15.2to>=2.16.1in the knowledge-tuning Kubeflow pipelinekfp-components@mainrequireskfp>=2.16.1while the pipeline pinnedkfp==2.15.2Validation & TestsCI job (test_venv_builds_cleanlyintests/validation/test_pyproject_toml.py)Test plan
pip install --dry-run -e examples/knowledge-tuning/Kubeflow_Pipelineresolves cleanly tokfp-2.16.1,kfp-kubernetes-2.16.1, andkfp-components-1.11.0Notebook Testsworkflow passes