Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the KFP SDK in the UATs #594

Open
orfeas-k opened this issue Nov 14, 2024 · 2 comments
Open

Update the KFP SDK in the UATs #594

orfeas-k opened this issue Nov 14, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@orfeas-k
Copy link
Contributor

Context

Update the kfp SDK in the UATs in order to use a compatible version to KFP 2.3.

What needs to get done

  • Update kfp and e2e UATs

Definition of Done

UATs are updated and run successfully

@orfeas-k orfeas-k added the enhancement New feature or request label Nov 14, 2024
Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6561.

This message was autogenerated

@misohu
Copy link
Member

misohu commented Nov 27, 2024

This task requires us to update the kfp sdk to latest 2.10.1 version https://github.com/kubeflow/pipelines/tags in our UATS. That is currently not possible because some UATs (e2e-wine and kserve) are using kserve librarry 0.13.1 . When trying to pip compile dependencies for kserve 0.13.1 and kfp above 2.5.0 we will end up with resolution conflict.

raise ResolutionImpossible(self.state.backtrack_causes)
pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('protobuf<5,>=4.21.1'), parent=LinkCandidate('https://files.pythonhosted.org/packages/e6/9d/7301b61e5b6ce5e083fcfbdcfd57535f5b9968f7c488a0a744404b324393/kfp-2.10.1.tar.gz (from https://pypi.org/simple/kfp/) (requires-python:>=3.9.0)')), RequirementInformation(requirement=SpecifierRequirement('protobuf<4.0.0,>=3.19.0'), parent=LinkCandidate('https://files.pythonhosted.org/packages/5f/81/33552d2fb4e91be320a0b20cd76567e31baa6acaea41a9f117cd71d10acb/kserve-0.13.1-py3-none-any.whl (from https://pypi.org/simple/kserve/) (requires-python:<3.12,>=3.8)'))]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants