-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
fix(sdk): Update upper bound on kubernetes constraint in Python SDK #6532
fix(sdk): Update upper bound on kubernetes constraint in Python SDK #6532
Conversation
Skipping CI for Draft Pull Request. |
/test all |
d24a1bf
to
6c15963
Compare
6c15963
to
a09c5b3
Compare
/retest |
a09c5b3
to
8d1b233
Compare
/retest |
8d1b233
to
dd079d0
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chensun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description of your changes:
Attempt to align with
kfserving
and support versions ofkubernetes
Python SDK> 13
, we're (Zillow that is) now running KFP on Kubernetesv1.18
(likely soonv1.19+
as EKS is deprecating things quickly!) so trying to upgrade the SDK client. Figured I'd also just update all the requirements pinned in therequirements.txt
.This would also align with the strategy from
kfserving
, see here. This also conforms to the policy that seems to have been set where an upper bound is desired, introduced in this PR. This should update the tests to cover the latest releases of thekubernetes
package (PyPI link).