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

Add kfp constraint #341

Merged
merged 3 commits into from
Aug 8, 2023
Merged

Add kfp constraint #341

merged 3 commits into from
Aug 8, 2023

Conversation

PhilippeMoussalli
Copy link
Contributor

Add constrain to KFP version to avoid downloading latest by default (v2) which has a different API

pyproject.toml Outdated
@@ -51,7 +51,7 @@ fsspec = { version = ">= 2023.4.0", optional = true}
gcsfs = { version = ">= 2023.4.0", optional = true }
s3fs = { version = ">= 2023.4.0", optional = true }
adlfs = { version = ">= 2023.4.0", optional = true }
kfp = { version = ">= 1.8.19", optional = true }
kfp = { version = ">= 1.8.19, <= 1.8.22", optional = true }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
kfp = { version = ">= 1.8.19, <= 1.8.22", optional = true }
kfp = { version = ">= 1.8.19, < 2", optional = true }

Can we put the upper-bound at the major version instead?

@RobbeSneyders RobbeSneyders merged commit edf1039 into main Aug 8, 2023
5 checks passed
@RobbeSneyders RobbeSneyders deleted the add-kfp-version-contraint branch August 8, 2023 14:06
Hakimovich99 pushed a commit that referenced this pull request Oct 16, 2023
Add constrain to KFP version to avoid downloading latest by default (v2)
which has a different API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants