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

chore(deps): update dependency kfp to v2.12.1 #149

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
kfp (changelog) ==2.5.0 -> ==2.12.1 age adoption passing confidence
kfp (changelog) ==1.8.22 -> ==2.12.1 age adoption passing confidence

Release Notes

kubeflow/pipelines (kfp)

v2.4.0

Compare Source

⚠ BREAKING CHANGES
  • sdk: stop auto-populating metrics as dag output (#​11362)
  • components: Deprecate preview.custom_job module
  • sdk: Pin kfp-pipeline-spec==0.4.0, kfp-server-api>=2.1.0,<2.4.0 (#​11192)
Features
  • sdk/backend: Add support for placeholders in resource limits (#​11501) (7c931ae)
  • Introduce cache_key for cache key customization (#​11434) (50b367f)
  • api: add PipelineConfig to api to re-implement pipeline-level config (#​11333) (c2f5649)
  • backend: add configurable S3 path style support (#​11246) (85fdd73)
  • backend: Add Parallelism Limit to ParallelFor tasks. Fixes #​8718 (#​10798) (b7d8c97)
  • backend: implement subdag output resolution (#​11196) (c5b787a)
  • backend: Remove PipelineSpec Template storage from ObjStore responsibilies. Fixes #​10509 (#​10790) (374b18b)
  • cli: expose existing_token client property (#​11400) (35793be)
  • component: Created Snowflake data unload component (#​11349) (22e7780)
  • component: execute in a virtual env (#​11326) (df28e89)
  • components: Add reservation_affinity support in v1.create_custom_training_job_from_component (c84241b)
  • components: add strategy to v1 GCPC custom job components/utils (1cdd648)
  • components: Deprecate preview.custom_job module (abbd915)
  • frontend/backend: Allow the ability to sort experiments by last run creation. Fixes #​10884 (#​11163) (db8669c)
  • sdk: add PipelineConfig to DSL to re-implement pipeline-level config (#​11112) (df4d787)
  • sdk: Allow disabling default caching via a CLI flag and env var (#​11222) (3f49522)
  • sdk: Pin kfp-pipeline-spec==0.4.0, kfp-server-api>=2.1.0,<2.4.0 (#​11192) (dfd4cc1)
  • sdk: stop auto-populating metrics as dag output (#​11362) (8d018af)
  • sdk/backend: enable parameterization of container images (#​11404) (22e85de)
  • testing: use kustomize to patch deployments before deploy (#​11294) (be863a8)
  • add fields in SinglePlatformSpec (#​11299) (a0d313e)
  • sdk: support dynamic machine type parameters in pipeline task setters (#​11097) (70aaf8a)
  • workflows: use built images in Github workflows (#​11284) (1550b36)
Bug Fixes
Other Pull Requests

v2.3.0

Compare Source

Features
  • api: Add new ResourceSpec proto fields to support dynamic values. (#​11075) (83dcf1a)
  • backend: mount EmptyDir volumes for launcher write locations (#​10857) (65839ce)
  • backend: move comp logic to workflow params (#​10979) (0e37fd6)
  • Backend + SDK: Update kfp backend and kubernetes sdk to support EmptyDir (#​10913) (7506a8e)
  • component: internal (383cbcd)
  • component: internal (8041ea8)
  • component: internal (c06d9ae)
  • component: internal (ad03bb6)
  • components: Add role_field_name and model_name as input parameters to llm_evaluation_preprocessor component to support gemini model's input and output schema (de346d5)
  • components: Add Starry Net forecasting pipeline to public preview (3a0566e)
  • components: create infer preprocessor component (e9d6876)
  • components: Create the write_user_defined_error function (454a654)
  • components: create utility class for preprocessors and use it in rlhf preprocessor and infer preprocessor (cd16a33)
  • components: internal (e8f0208)
  • components: internal (6f62203)
  • components: internal (2eb9bec)
  • components: internal (c6f658b)
  • components: internal (e128bdb)
  • components: internal (abe5257)
  • components: internal (522b593)
  • components: internal (461d892)
  • components: release LLM Model Evaluation image version v0.7 (4f36fe3)
  • components: Retry on batch prediction internal errors in AutoSxS (5d9f4ab)
  • components: Support dynamic machine parameters in preview.custom_job.utils.create_custom_training_job_from_component (e44dfa7)
  • components: Support dynamic machine type paramters in CustomTrainingJobOp (#​10883) (b57f9e8)
  • components: Support dynamic values for boot_disk_type, boot_disk_size in preview.custom_job.utils.create_custom_training_job_from_component (7b7918e)
  • components: Support parsing Gemini BP outputs in AutoSxS pipeline (b4f91a3)
  • components: Update Starry Net image tags (bf5104f)
  • components: Use GetModel integration test to manually test write_user_defined_error function (609c637)
  • components: use preprocessor utility methods for the upload model graph (7908ed6)
  • frontend&backend: Add UI support for object store customization and prefixes (#​10787) (6723d3d)
  • GH workflow: migrate periodic functional tests to GH actions (#​10751) (c4d7ec3)
  • internal: Adding proto field to support regional quota (c8f08ba)
  • kubernetes_platform: Add empty dir mount (#​10892) (10aaf43)
  • kubernetes_platform: Update kubernetes_platform go package to include EnabledSharedMemory (#​10703) (7c63599)
Bug Fixes
  • components: add check and add log to call out the fallback to the default model checkpoint and remove the model checkpoint check condition in RLHF GCPC (92c3178)
  • components: Add input param autorater_prompt_parameters to online_evaluation_pairwise component (cf7450b)
  • components: Add staging and temp locations to prophet trainer component (00440f7)
  • components: Fix to model batch explanation component for Structured Data pipelines (289f64f)
  • components: Pass moddel name to eval_runner to process batch prediction's output as per the output schema of model used (0d3e79a)
  • components: Remove unused import function_based from infer pipeline (e369bd3)
  • components: Use instance.target_field_name format for text-bison models only, use target_field_name for gemini models (1a07ffa)
  • docs: add note about protoc dependency and version (#​10895) (d911c8b)
  • docs: IR -> Pipeline Spec (#​11031) (1e95eb6)
  • frontend: fixes filter pipeline text box shows error when typing anything in it. Fixes #​10241 (#​11096) (51d2c92)
  • frontend: reduce list run latency (#​10797) (768ece4)
  • frontend: retrieve archived logs from correct location (#​11010) (2e6e634)
  • sdk: Add required auth scopes to RegistryClient for GCP service accounts credentials (#​10819) (04b4cad)
  • sdk: Kfp support for pip trusted host (#​11151) (3efa029)
  • ui: fixes empty string value in pipeline parameters (#​11175) (e9c77ec)
  • Basic sample tests - sequential is flaky (#​11138) (e1d172b)
  • Incorrect typing in samples/cores/loop_parallism and fixing loop_parameter examples (#​11062) (1612dac)
  • re-enable exit hanler test. (#​11100) (000ef60)
  • kubernetes_platform: fix api-generator docker mount for SELinux (#​10890) (e69078b)
  • manifests: Move metacontroller to the top in kustmization.yaml (#​10669) (4e9fe75)
  • sdk: Throw 'exit_task cannot depend on any other tasks.' error when an ExitHandler has a parameter dependent on other task (#​11005) (08185e7)
Other Pull Requests

v2.2.0

Features
  • backend: add namespace & prefix scoped credentials to kfp-launcher config for object store paths (#​10625) (5e0f9b1)
  • backend: Merge kfp-tekton backend code (#​10678) (60a443e)
  • backend: Upgrade argo to v3.4.16 (#​10568) (809d576)
  • components: Add model name preprocess component; Use publisher model if user uploaded model is non-tuned (084f2c2)
  • components: add resolve_machine_spec and resolve_refined_image_uri to rlhf_preprocessor component (2a8d39e)
  • components: add resolve_reference_model_metadata to rlhf_preprocessor component (92a7969)
  • components: add task_type as a parameter to rlaif (64d288a)
  • components: Added support for text-bison@002 to preview.llm.rlhf_pipeline (2f27751)
  • components: AutoSxS GA pending release (aee464c)
  • components: Expand regions supported by preview.llm.rlhf_pipeline (22a98d9)
  • components: internal (a4f01b7)
  • components: Introduce placeholders: SERVICE_ACCOUNT_PLACEHOLDER, NETWORK_PLACEHOLDER, PERSISTENT_RESOURCE_ID_PLACEHOLDER and ENCYRPTION_SPEC_KMS_KEY_NAME_PLACEHOLDER. In addition, use PERSISTENT_RESOURCE_ID_PLACEHOLDER as the default value of persistent_resource_id for CustomTrainingJobOp and create_custom_training_job_op_from_component. With this change, custom job created without explicitly setting persistent_resource_id will inherit job level persistent_resource_id, if Persistent Resource is set as job level runtime (67d3cd6)
  • components: migrate function_based convert_to_delimited_string to rlhf_preprocessor component (efefe34)
  • components: migrate function_based resolve_num_microbatches to rlhf_preprocessor component (ee28c72)
  • components: migrate function_based resolve_regional_endpoint to rlhf_preprocessor component (f175c71)
  • components: Move AutoSxS pipeline to v1 directory (d919ae7)
  • components: Move ModelImportEvaluationOp component to preview namespace (33db128)
  • components: Report TensorBoard metrics for preview.llm.rlhf_pipeline in real time (3d8069b)
  • components: Use larger base reward model when tuning t5-xxl with the preview.llm.rlhf_pipeline (ff7f660)
  • components: Use larger base reward model when tuning text and chat variants of bison@001 with the preview.llm.rlhf_pipeline (ac39931)
  • components: use rlhf_preprocessor to replace the current value_exists call in rlhf (c967d9f)
  • kubernetes_platform: Update kubernetes_platform go package to include generic ephemerl volume (#​10602) (2fc1492)
  • kubernetes_platform: Update kubernetes_platform go package to include node affinities and pod (anti)affinities (#​10583) (4f8cae2)
  • sdk+backend: Add support for generic ephemeral volume (#​10605) (3fb76a8)
Bug Fixes
  • backend: Update backend common code and integration tests with updated API Service Params (#​10640) (8b2a099)
  • Backend + SDK: Add missing optional field to SecretAsVolume and … (#​10550) (a78dc77)
  • components: Ensure preview.llm.rlhf_pipeline runs if no tensorboard_id is provided (ff0d0a7)
  • components: Fix image version parameter in rl pipelines (cef6e51)
  • components: Fix model eval import error in text generation/classification eval pipeline (7630f85)
  • components: Make AutoSxS autorater_prompt_parameters required (df20088)
  • components: remove default prediction column names in evaluation classification component to fix incorrect column names for bigquery data source (54f2e45)
  • components: Remove the unused functions from function_based (e052dc8)
  • components: Remove the unused generate_default_instruction and resolve_upload_location from function_based (e9d8764)
  • components: Remove the unused resolve_data_paths from function_based (c386913)
  • components: Update service account comment (bf444ac)
  • metadata envoy: upgrade envoy and config from 1.12 to 1.27 (#​10589) (96aaad9)
Other Pull Requests
  • No public description (cab99f7)
  • No public description (79d0a5c)
  • Update loop_output.py example for the new parallel loop type requirement (#​10637) (afddae9)

v2.0.1

Compare Source

v2.0.0

Compare Source

⚠ BREAKING CHANGES
  • SDK: SDK client v2beta1 API integration. Fixes #​8706 (#​9112)
  • sdk: Implement Graph Component (#​8179)
  • sdk: make CLI output consistent, readable, and usable (#​7739)
  • sdk: promote v2 compiler command and deprecate v1 command (#​7508)
  • sdk: Support submitting pipeline IR in yaml format via kfp.client (#​7458)
  • sdk: use yaml for IR package (#​7431)
  • sdk: rename commands, arguments parameters to command, args (#​7391)
  • sdk: throw error for output_component_file (#​7390)
  • sdk: move v2 to main namespace (#​7376)
  • sdk: move v1 to deprecated folder (#​7291)
  • sdk: drop support for python 3.6 (#​7303)
  • Use Argo Emissary Executor instead of Docker by default. Partial #​5718 (#​7137)
  • sdk.v2: Block task dependency referencing tasks inside a sibling condition or loop group. (#​7050)
  • sdk: Deprecate V2 compatible mode in v1 compiler (#​6958)
  • sdk.v2: Merge v2 experimental change back to v2 namespace (#​6890)
Features
  • backend: Add nodeSelector support. Closes #​8959. (#​9132) (276f922)
  • backend: add parameter verification before submitting the workflow (#​9228) (52c4c6f)
  • backend: add schema version check (#​9447) (08494a2)
  • backend: add support for resource requests. Closes #​7047. Closes #​6354. (#​9088) (37dac45)
  • backend: avoid downcast and use ExecutionSpec if possible (#​9232) (6c72d95)
  • backend: Implement aws-go-sdk crendentials to support IRSA for s3 in V2 (#​9502) (8a3215e)
  • backend: support pvc creation, deletion and mount; fixes #​8708 (#​9106) (761a592)
  • backend: support secrets (#​9178) (b8caf81)
  • backend: updates compiler to include kubernetes-specific specs in argo workflow (#​9059) (a3e795a)
  • component: Adds Vertex Pipelines prompt validation component (249f235)
  • components: add a check for model garden models and skip eval import (1782ee2)
  • components: Add a remote runner for pipelines (274ac8b)
  • components: Add force_dircet_runner flag to pipeline options (f167e15)
  • components: Add instructions for formatting BiasConfig input proto using json_format in Model & Data bias component (3a89044)
  • components: Add logic in import_model_evaluation to accept explanations from slices (4397b8c)
  • components: Add machine type and encryption key for Error Analysis Component (0293fe1)
  • components: Add machine type for Feature Extractor component. Deprecate Dataflow-related inputs (4e85352)
  • components: add preview directory to GCPC (b167f87)
  • components: Add slicing_specs input to classification evaluation (6a55449)
  • components: Add utility function for constructing the serverless custom job launcher spec (6fb10f3)
  • components: Allow batch predict component to add missing bq:// schemes (8cc0550)
  • components: Allow importing LLM eval metrics (ecc4ae0)
  • components: Change ResolveVertexModelOp name to GetVertexModelOp (6a916e8)
  • components: Create ResolveVertexModelOp component (595ae8e)
  • components: Define Data Bias component for detecting data bias metrics (7ab5d97)
  • components: Define Model Bias component for detecting model bias metrics (7022007)
  • components: Derive image tag from Eval container version. Align Eval image version for all Eval components in GCPC (63936c0)
  • components: Fix batch prediction job proto bigquery payload sanitization (a7b8fd0)
  • components: Import user slices to the model evaluation importer (8c9b716)
  • components: make GCPC artifacts usable in KFP Python components (6104ff6)
  • components: Move model eval components (48668bc)
  • components: Move model evaluation components to v1 (f2ad300)
  • components: Move model evaluation feature attribution component to preview namespace (dc6f431)
  • components: Provide model evaluation pipelines (9ce827e)
  • components: Release the Seq2Seq and Temporal Fusion Transformer pipelines (377b961)
  • components: Remove experimental evaluation components (69ea826)
  • components: Remove GetVertexModelOp, to add to preview later (85f6969)
  • components: Sagemaker V2 Hosting components and tests (#​9243) (4818e84)
  • components: SageMaker V2 model monitor component and testing (#​9253) (07e67bb)
  • components: SageMaker V2 model monitor component release (#​9368) (29444f9)
  • components: Support Instance Config in kubeflow model_batch_predict component (3166418)
  • components: Support model garden models in GetVertexModelOp (0b32899)
  • components: Update eval component with the latest GCPC container image version (a3418b3)
  • components: Update GCPC image version in two Eval importer components (1f4d943)
  • components: Update import_model_evaluation so models with 100+ labels will not import confusion matrices at every threshold (cb7d9a8)
  • frontend: make container name configurable (#​9433) (bb9dc67)
  • sdk: support compiling components with dsl.PipelineTaskFinalStatus type (#​9082) (7890227)
  • sdk: support extracting input/output descriptions from component/pipeline docstrings (#​9156) (946c51b)
  • sdk: support indexing into top-level artifact metadata in Container Components (#​9131) (5828632)
  • sdk: Support PIPELINE_ROOT_PLACEHOLDER (#​9134) (5e98b3b)
  • sdk: Support setting cpu/memory requests. (#​9121) (a6ef77b)
  • sdk: Support submitting pipeline with platform config. (#​9140) (952e073)
  • sdk: support writing TASK_FINAL_STATUS parameter type (#​9080) (c01288d)
  • SDK: SDK client v2beta1 API integration. Fixes #​8706 (#​9112) (07d6c18)
  • Add cpu_request and memory_request in pipeline_spec. (#​9063) (d2db64b)
  • add TASK_FINAL_STATUS to PipelineSpec ParameterTypeEnum (#​9061) (902e2a9)
  • API: Update IR go package (#​8614) (c30648a)
  • backend: add run support for v2 api (#​8647) (d524464)
  • backend: add support for "finished_at" and others in filter. Fixes #​8654 (#​8662) (6ee7677)
  • backend: Add support for converting v2 recurring run to scheduled workflow in template (#​8521) (7e7e1af)
  • backend: add support for environment variables. Fixes #​8704 (#​8886) (faca1e5)
  • backend: Add support for recurring run v2 api (#​8634) (d0f0ab3)
  • backend: Make cache-server webhook port number configurable (#​8401) (3824c5b)
  • backend: Refactor apiserver, add Pipeline and other v2beta services (#​8633) (135dc64)
  • backend: support optional and default parameters. Fixes #​8716 (#​8765) (89bdac9)
  • backend: support yaml with platform-specific specs (#​8983) (a9ead5a)
  • component: add evaluation_importer_gcp_resources to evaluated annotation importer component (d17916f)
  • component: change Error Analysis component to use CustomJob launcher (fd67277)
  • component: change Feature Extractor component to use CustomJob launcher (a725192)
  • component: Create component definition for GetVertexDataset (2d29137)
  • component: Create YAML definition for Feature Extractor Error Analysis component (e7c1a16)
  • component: define ImportEvaluatedAnnotation component (8c9fdee)
  • component: init container backend for evaluated annotation importer (74b86dc)
  • component: Merge annotation and error analysis in evaluated annotation importer (10e7c55)
  • **compone

Configuration

📅 Schedule: Branch creation - "on the 2nd and 4th day instance on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Dec 22, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: tests/notebooks/cpu/kfp_v1/requirements.txt
Command failed: pip-compile requirements.in
  ERROR: Ignored the following yanked versions: 0.3.0, 1.6.0, 2.0.0a4, 2.0.0b0, 2.0.0b2, 2.0.0b7, 2.0.0b10, 2.1.1, 2.1.2
  ERROR: Could not find a version that satisfies the requirement kfp==2.12.1 (from versions: 0.1.11, 0.1.16, 0.1.19, 0.1.23, 0.1.23.1, 0.1.24, 0.1.25, 0.1.26, 0.1.27, 0.1.29, 0.1.30, 0.1.31, 0.1.31.1, 0.1.31.2, 0.1.32, 0.1.32.1, 0.1.32.2, 0.1.33, 0.1.34, 0.1.35, 0.1.36, 0.1.37, 0.1.38, 0.1.39, 0.1.40, 0.2.0, 0.2.1, 0.2.2, 0.2.2.1, 0.2.4, 0.2.4.1, 0.2.5, 0.4.0, 0.5.0, 0.5.1, 0.5.2, 1.0.0rc1, 1.0.0rc2, 1.0.0rc3, 1.0.0rc4, 1.0.0rc5, 1.0.0, 1.0.1rc1, 1.0.1, 1.0.3rc1, 1.0.3, 1.0.4, 1.1.0a1, 1.1.0, 1.1.1b1, 1.1.1rc0, 1.1.1, 1.1.2, 1.2.0, 1.3.0, 1.4.0rc1, 1.4.0, 1.4.1rc0, 1.4.1rc1, 1.6.0rc0, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.6, 1.7.0, 1.7.1, 1.7.2, 1.8.0, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.8.10, 1.8.11, 1.8.12, 1.8.13, 1.8.14, 1.8.15, 1.8.16, 1.8.17, 1.8.18, 1.8.19, 1.8.20, 1.8.21, 1.8.22, 2.0.0a0, 2.0.0a1, 2.0.0a2, 2.0.0a3, 2.0.0a5, 2.0.0b1, 2.0.0b3, 2.0.0b4, 2.0.0b5, 2.0.0b6, 2.0.0b8, 2.0.0b9, 2.0.0b11, 2.0.0b12, 2.0.0b13, 2.0.0b14, 2.0.0b15, 2.0.0b16, 2.0.0b17, 2.0.0rc1, 2.0.0rc2, 2.0.0, 2.0.1, 2.1.3, 2.2.0, 2.3.0, 2.4.0, 2.5.0, 2.6.0, 2.7.0, 2.8.0, 2.9.0)
Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve
    self._add_to_criteria(self.state.criteria, r, parent=None)
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria
    raise RequirementsConflicted(criterion)
pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('kfp==2.12.1')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve
    result = self._result = resolver.resolve(
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve
    state = resolution.resolve(requirements, max_rounds=max_rounds)
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve
    raise ResolutionImpossible(e.criterion.information)
pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('kfp==2.12.1'), parent=None)]

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/bin/pip-compile", line 8, in <module>
    sys.exit(cli())
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/click/core.py", line 1161, in __call__
    return self.main(*args, **kwargs)
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/click/core.py", line 1082, in main
    rv = self.invoke(ctx)
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/click/core.py", line 1443, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/click/core.py", line 788, in invoke
    return __callback(*args, **kwargs)
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/click/decorators.py", line 33, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/piptools/scripts/compile.py", line 470, in cli
    results = resolver.resolve(max_rounds=max_rounds)
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/piptools/resolver.py", line 604, in resolve
    is_resolved = self._do_resolve(
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/piptools/resolver.py", line 636, in _do_resolve
    resolver.resolve(
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve
    raise error from e
pip._internal.exceptions.DistributionNotFound: No matching distribution found for kfp==2.12.1

File name: tests/notebooks/cpu/e2e-wine/requirements.txt
Command failed: pip-compile requirements.in
  ERROR: Ignored the following yanked versions: 0.3.0, 1.6.0, 2.0.0a4, 2.0.0b0, 2.0.0b2, 2.0.0b7, 2.0.0b10, 2.1.1, 2.1.2
  ERROR: Could not find a version that satisfies the requirement kfp==2.12.1 (from versions: 0.1.11, 0.1.16, 0.1.19, 0.1.23, 0.1.23.1, 0.1.24, 0.1.25, 0.1.26, 0.1.27, 0.1.29, 0.1.30, 0.1.31, 0.1.31.1, 0.1.31.2, 0.1.32, 0.1.32.1, 0.1.32.2, 0.1.33, 0.1.34, 0.1.35, 0.1.36, 0.1.37, 0.1.38, 0.1.39, 0.1.40, 0.2.0, 0.2.1, 0.2.2, 0.2.2.1, 0.2.4, 0.2.4.1, 0.2.5, 0.4.0, 0.5.0, 0.5.1, 0.5.2, 1.0.0rc1, 1.0.0rc2, 1.0.0rc3, 1.0.0rc4, 1.0.0rc5, 1.0.0, 1.0.1rc1, 1.0.1, 1.0.3rc1, 1.0.3, 1.0.4, 1.1.0a1, 1.1.0, 1.1.1b1, 1.1.1rc0, 1.1.1, 1.1.2, 1.2.0, 1.3.0, 1.4.0rc1, 1.4.0, 1.4.1rc0, 1.4.1rc1, 1.6.0rc0, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.6, 1.7.0, 1.7.1, 1.7.2, 1.8.0, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.8.10, 1.8.11, 1.8.12, 1.8.13, 1.8.14, 1.8.15, 1.8.16, 1.8.17, 1.8.18, 1.8.19, 1.8.20, 1.8.21, 1.8.22, 2.0.0a0, 2.0.0a1, 2.0.0a2, 2.0.0a3, 2.0.0a5, 2.0.0b1, 2.0.0b3, 2.0.0b4, 2.0.0b5, 2.0.0b6, 2.0.0b8, 2.0.0b9, 2.0.0b11, 2.0.0b12, 2.0.0b13, 2.0.0b14, 2.0.0b15, 2.0.0b16, 2.0.0b17, 2.0.0rc1, 2.0.0rc2, 2.0.0, 2.0.1, 2.1.3, 2.2.0, 2.3.0, 2.4.0, 2.5.0, 2.6.0, 2.7.0, 2.8.0, 2.9.0)
Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve
    self._add_to_criteria(self.state.criteria, r, parent=None)
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria
    raise RequirementsConflicted(criterion)
pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('kfp==2.12.1')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve
    result = self._result = resolver.resolve(
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve
    state = resolution.resolve(requirements, max_rounds=max_rounds)
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve
    raise ResolutionImpossible(e.criterion.information)
pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('kfp==2.12.1'), parent=None)]

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/bin/pip-compile", line 8, in <module>
    sys.exit(cli())
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/click/core.py", line 1161, in __call__
    return self.main(*args, **kwargs)
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/click/core.py", line 1082, in main
    rv = self.invoke(ctx)
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/click/core.py", line 1443, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/click/core.py", line 788, in invoke
    return __callback(*args, **kwargs)
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/click/decorators.py", line 33, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/piptools/scripts/compile.py", line 470, in cli
    results = resolver.resolve(max_rounds=max_rounds)
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/piptools/resolver.py", line 604, in resolve
    is_resolved = self._do_resolve(
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/piptools/resolver.py", line 636, in _do_resolve
    resolver.resolve(
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.8.10/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve
    raise error from e
pip._internal.exceptions.DistributionNotFound: No matching distribution found for kfp==2.12.1

@renovate renovate bot force-pushed the renovate-kfp-2.x branch from fc2cdbd to 734cb05 Compare January 17, 2025 10:58
@renovate renovate bot force-pushed the renovate-kfp-2.x branch from 734cb05 to bcb05c9 Compare February 3, 2025 20:26
@renovate renovate bot force-pushed the renovate-kfp-2.x branch from bcb05c9 to 745b1f8 Compare February 19, 2025 14:27
@renovate renovate bot force-pushed the renovate-kfp-2.x branch 2 times, most recently from 198cd7a to 37303ce Compare February 27, 2025 20:24
@renovate renovate bot changed the title chore(deps): update dependency kfp to v2.11.0 chore(deps): update dependency kfp to v2.12.0 Feb 27, 2025
@renovate renovate bot force-pushed the renovate-kfp-2.x branch from 37303ce to 28e6c2a Compare February 28, 2025 21:23
@renovate renovate bot changed the title chore(deps): update dependency kfp to v2.12.0 chore(deps): update dependency kfp to v2.12.1 Feb 28, 2025
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.

0 participants