cogflow
=======

Copyright (c) HIRO Microdatacenters BV.
Distributed under the MIT License (see LICENSE.md).

This product vendors third-party software:

----------------------------------------------------------------------
Kubeflow Pipelines SDK (kfp)
----------------------------------------------------------------------
Source:    https://github.com/kubeflow/pipelines
Version:   1.8.24
Location:  ./kfp/
License:   Apache License, Version 2.0
           See ./kfp/LICENSE for the full text.

cogflow vendors a copy of the kfp 1.8.24 SDK in the top-level `kfp/`
directory so that it ships under the same `kfp` import name without
forcing kfp's transitive `pydantic<2` dependency on cogflow consumers.
The vendored source is unmodified except for this NOTICE.

Original copyright:
    Copyright 2018-2024 The Kubeflow Authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
