mlrun 1.10.0rc26__tar.gz → 1.10.0rc27__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mlrun might be problematic. Click here for more details.
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/Makefile +20 -13
- {mlrun-1.10.0rc26/mlrun.egg-info → mlrun-1.10.0rc27}/PKG-INFO +20 -24
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/dependencies.py +5 -5
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/dev-requirements.txt +6 -3
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/dockerfiles/mlrun-api/requirements.txt +0 -1
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/mlrun_export_import.ipynb +2 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/mlrun_jobs.ipynb +1 -3
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/training.py +1 -1
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/extras-requirements.txt +4 -4
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/applications/base.py +5 -3
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/run.py +12 -1
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/nuclio/function.py +35 -26
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/helpers.py +5 -11
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/notifications/notification/base.py +18 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/notifications/notification/git.py +2 -4
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/notifications/notification/slack.py +2 -4
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/notifications/notification/webhook.py +2 -5
- mlrun-1.10.0rc27/mlrun/utils/version/version.json +4 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27/mlrun.egg-info}/PKG-INFO +20 -24
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun.egg-info/requires.txt +19 -29
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/requirements.txt +4 -6
- mlrun-1.10.0rc26/mlrun/utils/version/version.json +0 -4
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/LICENSE +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/MANIFEST.in +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/README.md +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/archive.zip +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/function.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/handler.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/infile.txt +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/load-project.ipynb +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/mlrun_basics.ipynb +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/mlrun_dask.ipynb +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/mlrun_db.ipynb +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/mlrun_sparkk8s.ipynb +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/mlrun_vault.ipynb +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/model.bst +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/new-project.ipynb +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/nulltst.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/params.csv +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/remote-spark.ipynb +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/secrets.txt +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/spark-function.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/v2_model_server.ipynb +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/examples/xgb_serving.ipynb +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/__main__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/alerts/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/alerts/alert.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/artifacts/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/artifacts/base.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/artifacts/dataset.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/artifacts/document.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/artifacts/helpers.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/artifacts/llm_prompt.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/artifacts/manager.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/artifacts/model.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/artifacts/plots.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/constants.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/db/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/db/dialects.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/formatters/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/formatters/artifact.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/formatters/base.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/formatters/feature_set.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/formatters/function.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/formatters/model_endpoint.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/formatters/pipeline.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/formatters/project.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/formatters/run.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/helpers.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/model_monitoring/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/model_monitoring/helpers.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/runtimes/constants.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/alert.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/api_gateway.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/artifact.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/auth.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/background_task.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/client_spec.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/clusterization_spec.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/common.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/constants.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/datastore_profile.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/events.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/feature_store.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/frontend_spec.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/function.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/http.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/hub.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/k8s.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/memory_reports.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/model_monitoring/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/model_monitoring/constants.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/model_monitoring/functions.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/model_monitoring/grafana.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/model_monitoring/model_endpoints.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/notification.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/object.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/pagination.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/partition.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/pipeline.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/project.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/regex.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/runs.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/runtime_resource.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/schedule.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/secret.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/serving.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/tag.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/schemas/workflow.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/secrets.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/common/types.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/config.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/data_types/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/data_types/data_types.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/data_types/infer.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/data_types/spark.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/data_types/to_pandas.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/alibaba_oss.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/azure_blob.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/base.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/datastore.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/datastore_profile.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/dbfs_store.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/filestore.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/google_cloud_storage.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/hdfs.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/inmem.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/model_provider/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/model_provider/huggingface_provider.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/model_provider/mock_model_provider.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/model_provider/model_provider.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/model_provider/openai_provider.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/redis.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/remote_client.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/s3.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/snowflake_utils.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/sources.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/spark_udf.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/spark_utils.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/store_resources.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/storeytargets.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/targets.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/utils.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/v3io.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/vectorstore.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/wasbfs/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/datastore/wasbfs/fs.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/db/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/db/auth_utils.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/db/base.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/db/factory.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/db/httpdb.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/db/nopdb.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/errors.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/execution.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/feature_store/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/feature_store/api.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/feature_store/common.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/feature_store/feature_set.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/feature_store/feature_vector.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/feature_store/feature_vector_utils.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/feature_store/ingestion.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/feature_store/retrieval/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/feature_store/retrieval/base.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/feature_store/retrieval/dask_merger.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/feature_store/retrieval/job.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/feature_store/retrieval/local_merger.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/feature_store/retrieval/spark_merger.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/feature_store/retrieval/storey_merger.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/feature_store/steps.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/features.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_common/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_common/artifacts_library.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_common/mlrun_interface.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_common/model_handler.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_common/plan.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_common/producer.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_common/utils.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_dl_common/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_dl_common/loggers/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_dl_common/loggers/logger.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_dl_common/loggers/mlrun_logger.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_dl_common/loggers/tensorboard_logger.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_dl_common/model_handler.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_dl_common/utils.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_ml_common/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_ml_common/artifacts_library.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_ml_common/loggers/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_ml_common/loggers/logger.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_ml_common/loggers/mlrun_logger.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_ml_common/model_handler.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_ml_common/pkl_model_server.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_ml_common/plan.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_ml_common/plans/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_ml_common/plans/calibration_curve_plan.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_ml_common/plans/confusion_matrix_plan.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_ml_common/plans/dataset_plan.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_ml_common/plans/feature_importance_plan.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_ml_common/plans/roc_curve_plan.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_ml_common/producer.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/_ml_common/utils.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/auto_mlrun/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/auto_mlrun/auto_mlrun.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/huggingface/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/huggingface/model_server.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/lgbm/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/lgbm/callbacks/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/lgbm/callbacks/callback.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/lgbm/callbacks/logging_callback.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/lgbm/callbacks/mlrun_logging_callback.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/lgbm/mlrun_interfaces/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/lgbm/mlrun_interfaces/booster_mlrun_interface.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/lgbm/mlrun_interfaces/mlrun_interface.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/lgbm/mlrun_interfaces/model_mlrun_interface.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/lgbm/model_handler.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/lgbm/model_server.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/lgbm/utils.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/onnx/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/onnx/dataset.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/onnx/mlrun_interface.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/onnx/model_handler.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/onnx/model_server.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/parallel_coordinates.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/pytorch/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/pytorch/callbacks/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/pytorch/callbacks/callback.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/pytorch/callbacks/logging_callback.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/pytorch/callbacks/mlrun_logging_callback.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/pytorch/callbacks/tensorboard_logging_callback.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/pytorch/callbacks_handler.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/pytorch/mlrun_interface.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/pytorch/model_handler.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/pytorch/model_server.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/pytorch/utils.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/sklearn/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/sklearn/estimator.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/sklearn/metric.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/sklearn/metrics_library.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/sklearn/mlrun_interface.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/sklearn/model_handler.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/sklearn/utils.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/tf_keras/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/tf_keras/callbacks/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/tf_keras/callbacks/logging_callback.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/tf_keras/callbacks/mlrun_logging_callback.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/tf_keras/callbacks/tensorboard_logging_callback.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/tf_keras/mlrun_interface.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/tf_keras/model_handler.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/tf_keras/model_server.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/tf_keras/utils.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/xgboost/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/xgboost/mlrun_interface.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/xgboost/model_handler.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/frameworks/xgboost/utils.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/k8s_utils.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/launcher/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/launcher/base.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/launcher/client.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/launcher/factory.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/launcher/local.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/launcher/remote.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/lists.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/api.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/applications/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/applications/_application_steps.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/applications/context.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/applications/evidently/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/applications/evidently/base.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/applications/histogram_data_drift.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/applications/results.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/controller.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/db/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/db/_schedules.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/db/_stats.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/db/tsdb/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/db/tsdb/base.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/db/tsdb/helpers.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/db/tsdb/tdengine/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/db/tsdb/tdengine/schemas.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/db/tsdb/tdengine/stream_graph_steps.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/db/tsdb/tdengine/tdengine_connection.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/db/tsdb/tdengine/tdengine_connector.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/db/tsdb/v3io/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/db/tsdb/v3io/stream_graph_steps.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/db/tsdb/v3io/v3io_connector.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/features_drift_table.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/helpers.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/metrics/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/metrics/histogram_distance.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/stream_processing.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/model_monitoring/writer.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/package/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/package/context_handler.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/package/errors.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/package/packager.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/package/packagers/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/package/packagers/default_packager.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/package/packagers/numpy_packagers.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/package/packagers/pandas_packagers.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/package/packagers/python_standard_library_packagers.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/package/packagers_manager.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/package/utils/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/package/utils/_archiver.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/package/utils/_formatter.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/package/utils/_pickler.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/package/utils/_supported_format.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/package/utils/log_hint_utils.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/package/utils/type_hint_utils.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/platforms/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/platforms/iguazio.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/projects/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/projects/operations.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/projects/pipelines.py +2 -2
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/projects/project.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/render.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/base.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/daskjob.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/databricks_job/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/databricks_job/databricks_cancel_task.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/databricks_job/databricks_runtime.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/databricks_job/databricks_wrapper.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/funcdoc.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/function_reference.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/generators.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/kubejob.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/local.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/mounts.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/mpijob/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/mpijob/abstract.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/mpijob/v1.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/nuclio/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/nuclio/api_gateway.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/nuclio/application/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/nuclio/application/application.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/nuclio/application/reverse_proxy.go +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/nuclio/nuclio.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/nuclio/serving.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/pod.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/remotesparkjob.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/sparkjob/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/sparkjob/spark3job.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/runtimes/utils.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/secrets.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/serving/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/serving/merger.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/serving/remote.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/serving/routers.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/serving/server.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/serving/serving_wrapper.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/serving/states.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/serving/system_steps.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/serving/utils.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/serving/v1_serving.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/serving/v2_serving.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/track/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/track/tracker.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/track/tracker_manager.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/track/trackers/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/track/trackers/mlflow_tracker.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/async_http.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/azure_vault.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/clones.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/condition_evaluator.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/http.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/logger.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/notifications/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/notifications/notification/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/notifications/notification/console.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/notifications/notification/ipython.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/notifications/notification/mail.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/notifications/notification_pusher.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/regex.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/retryer.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/singleton.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/v3io_clients.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/vault.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/version/__init__.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun/utils/version/version.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun.egg-info/SOURCES.txt +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun.egg-info/dependency_links.txt +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun.egg-info/entry_points.txt +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun.egg-info/not-zip-safe +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/mlrun.egg-info/top_level.txt +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/packages.py +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/pyproject.toml +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/setup.cfg +0 -0
- {mlrun-1.10.0rc26 → mlrun-1.10.0rc27}/setup.py +0 -0
|
@@ -107,8 +107,6 @@ MLRUN_PYTHON_VERSION_SUFFIX := $(if $(INCLUDE_PYTHON_VERSION_SUFFIX),$(MLRUN_ANA
|
|
|
107
107
|
# expected to be in the form of 'py<major><minor>' e.g. 'py39'
|
|
108
108
|
MLRUN_LINT_PYTHON_VERSION := $(shell echo "$(MLRUN_PYTHON_VERSION)" | awk -F. '{print "py"$$1$$2}')
|
|
109
109
|
|
|
110
|
-
MLRUN_PIPELINES_KFP_VERSION := $(if $(filter 3.9,$(MLRUN_PYTHON_VERSION)),1-8,2)
|
|
111
|
-
|
|
112
110
|
MLRUN_OLD_VERSION_ESCAPED = $(shell echo "$(MLRUN_OLD_VERSION)" | sed 's/\./\\\./g')
|
|
113
111
|
MLRUN_BC_TESTS_OPENAPI_OUTPUT_PATH ?= $(shell pwd)
|
|
114
112
|
# if MLRUN_SYSTEM_TESTS_COMPONENT isn't set, we'll run all system tests
|
|
@@ -338,7 +336,7 @@ MLRUN_KFP_CACHE_IMAGE_PUSH_COMMAND := $(if $(and $(MLRUN_DOCKER_CACHE_FROM_TAG),
|
|
|
338
336
|
DEFAULT_IMAGES += $(MLRUN_KFP_IMAGE_NAME_TAGGED)
|
|
339
337
|
|
|
340
338
|
.PHONY: mlrun-kfp
|
|
341
|
-
mlrun-kfp: common-image
|
|
339
|
+
mlrun-kfp: common-image update-version-file ## Build mlrun docker image with KFP
|
|
342
340
|
$(MLRUN_KFP_CACHE_IMAGE_PULL_COMMAND)
|
|
343
341
|
docker build \
|
|
344
342
|
--file dockerfiles/mlrun-kfp/Dockerfile \
|
|
@@ -346,6 +344,7 @@ mlrun-kfp: common-image-3.9 update-version-file ## Build mlrun docker image with
|
|
|
346
344
|
--build-arg MLRUN_VERSION=$(MLRUN_VERSION) \
|
|
347
345
|
--build-arg MLRUN_PIP_VERSION=$(MLRUN_PIP_VERSION) \
|
|
348
346
|
--build-arg DOCKER_DEFAULT_PLATFORM=$(DOCKER_DEFAULT_PLATFORM) \
|
|
347
|
+
--build-arg MLRUN_PYTHON_VERSION=$(MLRUN_PYTHON_VERSION) \
|
|
349
348
|
--platform $(DOCKER_DEFAULT_PLATFORM) \
|
|
350
349
|
$(MLRUN_KFP_IMAGE_DOCKER_CACHE_FROM_FLAG) \
|
|
351
350
|
$(MLRUN_DOCKER_NO_CACHE_FLAG) \
|
|
@@ -547,7 +546,7 @@ DEFAULT_IMAGES += $(MLRUN_API_IMAGE_NAME_TAGGED)
|
|
|
547
546
|
# Python 3.11, regardless of what the rest of the matrix is doing.
|
|
548
547
|
api: export MLRUN_PYTHON_VERSION = 3.11
|
|
549
548
|
.PHONY: api
|
|
550
|
-
api: common-image-3.11
|
|
549
|
+
api: common-image-3.11 compile-schemas update-version-file ## Build mlrun-api docker image
|
|
551
550
|
$(MLRUN_API_CACHE_IMAGE_PULL_COMMAND)
|
|
552
551
|
docker build \
|
|
553
552
|
--file dockerfiles/mlrun-api/Dockerfile \
|
|
@@ -584,7 +583,6 @@ build-test: common-image compile-schemas update-version-file ## Build test docke
|
|
|
584
583
|
--file dockerfiles/test/Dockerfile \
|
|
585
584
|
--build-arg MLRUN_PYTHON_VERSION=$(MLRUN_PYTHON_VERSION) \
|
|
586
585
|
--build-arg MLRUN_PIP_VERSION=$(MLRUN_PIP_VERSION) \
|
|
587
|
-
--build-arg MLRUN_PIPELINES_KFP_VERSION=$(MLRUN_PIPELINES_KFP_VERSION) \
|
|
588
586
|
--build-arg MLRUN_UV_VERSION=$(MLRUN_UV_VERSION) \
|
|
589
587
|
--build-arg DOCKER_DEFAULT_PLATFORM=$(DOCKER_DEFAULT_PLATFORM) \
|
|
590
588
|
--platform $(DOCKER_DEFAULT_PLATFORM) \
|
|
@@ -659,11 +657,10 @@ test: clean ## Run mlrun tests
|
|
|
659
657
|
") && \
|
|
660
658
|
PER_PYTHON_VERSION_IGNORE_TEST_FLAGS=$(if $(filter $(MLRUN_PYTHON_VERSION),3.11),$$(echo "\
|
|
661
659
|
--ignore=server/py/services/api/tests/unit/api/test_pipelines.py \
|
|
662
|
-
--ignore=tests/projects/test_kfp.py \
|
|
663
660
|
--ignore=server/py/services/api/tests/unit/crud/test_pipelines.py \
|
|
664
661
|
--ignore=tests/serving/test_remote.py \
|
|
665
662
|
--ignore=tests/projects/test_remote_pipeline.py \
|
|
666
|
-
--ignore=
|
|
663
|
+
--ignore=tests/frameworks/tf_keras/test_tf_keras.py \
|
|
667
664
|
"),) && \
|
|
668
665
|
if [ "$(UNIT_TESTS_IGNORE_PATH)" != "" ]; then \
|
|
669
666
|
IGNORE_ADDITION="--ignore=$(UNIT_TESTS_IGNORE_PATH)"; \
|
|
@@ -1003,7 +1000,6 @@ upgrade-mlrun-api-deps-lock: ## Upgrade mlrun-api locked requirements file
|
|
|
1003
1000
|
extras-requirements.txt \
|
|
1004
1001
|
dockerfiles/mlrun-api/requirements.txt \
|
|
1005
1002
|
$(MLRUN_UV_UPGRADE_FLAG) \
|
|
1006
|
-
--python-version $(MLRUN_PYTHON_VERSION) \
|
|
1007
1003
|
--output-file dockerfiles/mlrun-api/locked-requirements.txt
|
|
1008
1004
|
|
|
1009
1005
|
.PHONY: upgrade-mlrun-mlrun-deps-lock
|
|
@@ -1031,7 +1027,6 @@ upgrade-mlrun-jupyter-deps-lock: ## Upgrade mlrun-jupyter locked requirements fi
|
|
|
1031
1027
|
extras-requirements.txt \
|
|
1032
1028
|
dockerfiles/jupyter/requirements.txt \
|
|
1033
1029
|
$(MLRUN_UV_UPGRADE_FLAG) \
|
|
1034
|
-
--python-version $(MLRUN_PYTHON_VERSION) \
|
|
1035
1030
|
--output-file dockerfiles/jupyter/locked-requirements.txt
|
|
1036
1031
|
|
|
1037
1032
|
.PHONY: upgrade-mlrun-test-deps-lock
|
|
@@ -1043,7 +1038,9 @@ upgrade-mlrun-test-deps-lock: ## Upgrade mlrun test locked requirements file
|
|
|
1043
1038
|
dockerfiles/test/requirements.txt \
|
|
1044
1039
|
dev-requirements.txt \
|
|
1045
1040
|
$(MLRUN_UV_UPGRADE_FLAG) \
|
|
1046
|
-
--
|
|
1041
|
+
--python-version $(MLRUN_PYTHON_VERSION) \
|
|
1042
|
+
--constraint dockerfiles/constraints-py$(MLRUN_PYTHON_VERSION).txt \
|
|
1043
|
+
--output-file dockerfiles/test/locked-requirements_${MLRUN_PYTHON_VERSION}.txt
|
|
1047
1044
|
|
|
1048
1045
|
.PHONY: upgrade-mlrun-system-test-deps-lock
|
|
1049
1046
|
upgrade-mlrun-system-test-deps-lock: ## Upgrade mlrun system test locked requirements file
|
|
@@ -1056,23 +1053,33 @@ upgrade-mlrun-system-test-deps-lock: ## Upgrade mlrun system test locked require
|
|
|
1056
1053
|
$(MLRUN_UV_UPGRADE_FLAG) \
|
|
1057
1054
|
--output-file dockerfiles/test-system/locked-requirements.txt
|
|
1058
1055
|
|
|
1056
|
+
|
|
1057
|
+
upgrade-mlrun-test-deps-lock-all: upgrade-mlrun-test-deps-lock-3.11 upgrade-mlrun-test-deps-lock-3.9
|
|
1058
|
+
|
|
1059
|
+
upgrade-mlrun-test-deps-lock-3.11:
|
|
1060
|
+
$(MAKE) upgrade-mlrun-test-deps-lock MLRUN_PYTHON_VERSION=3.11
|
|
1061
|
+
|
|
1062
|
+
upgrade-mlrun-test-deps-lock-3.9:
|
|
1063
|
+
$(MAKE) upgrade-mlrun-test-deps-lock MLRUN_PYTHON_VERSION=3.9
|
|
1064
|
+
|
|
1065
|
+
|
|
1059
1066
|
upgrade-mlrun-kfp-deps-lock: ## Upgrade mlrun-kfp locked requirements file
|
|
1060
1067
|
uv pip compile \
|
|
1061
1068
|
requirements.txt \
|
|
1069
|
+
extras-requirements.txt \
|
|
1062
1070
|
dockerfiles/mlrun-kfp/requirements.txt \
|
|
1063
|
-
--python-version 3.9 \
|
|
1064
1071
|
$(MLRUN_UV_UPGRADE_FLAG) \
|
|
1065
1072
|
--output-file dockerfiles/mlrun-kfp/locked-requirements.txt
|
|
1066
1073
|
|
|
1067
1074
|
.PHONY: upgrade-mlrun-deps-lock
|
|
1068
1075
|
upgrade-mlrun-deps-lock: ## Upgrade mlrun-* locked requirements file
|
|
1069
|
-
@$(MAKE)
|
|
1076
|
+
@$(MAKE) \
|
|
1070
1077
|
upgrade-mlrun-mlrun-deps-lock \
|
|
1071
1078
|
upgrade-mlrun-api-deps-lock \
|
|
1072
1079
|
upgrade-mlrun-jupyter-deps-lock \
|
|
1073
1080
|
upgrade-mlrun-gpu-deps-lock \
|
|
1074
1081
|
upgrade-mlrun-kfp-deps-lock \
|
|
1075
|
-
upgrade-mlrun-test-deps-lock \
|
|
1082
|
+
upgrade-mlrun-test-deps-lock-all \
|
|
1076
1083
|
upgrade-mlrun-system-test-deps-lock
|
|
1077
1084
|
|
|
1078
1085
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mlrun
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.0rc27
|
|
4
4
|
Summary: Tracking and config of machine learning runs
|
|
5
5
|
Home-page: https://github.com/mlrun/mlrun
|
|
6
6
|
Author: Yaron Haviv
|
|
@@ -21,8 +21,8 @@ Classifier: Topic :: Software Development :: Libraries
|
|
|
21
21
|
Requires-Python: >=3.9, <3.12
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
License-File: LICENSE
|
|
24
|
-
Requires-Dist: urllib3>=1.26.20
|
|
25
|
-
Requires-Dist:
|
|
24
|
+
Requires-Dist: urllib3>=1.26.20
|
|
25
|
+
Requires-Dist: v3io-frames>=0.10.15
|
|
26
26
|
Requires-Dist: GitPython>=3.1.41,~=3.1
|
|
27
27
|
Requires-Dist: aiohttp~=3.11
|
|
28
28
|
Requires-Dist: aiohttp-retry~=2.9
|
|
@@ -39,8 +39,6 @@ Requires-Dist: tabulate~=0.8.6
|
|
|
39
39
|
Requires-Dist: v3io~=0.7.0
|
|
40
40
|
Requires-Dist: pydantic>=1.10.15
|
|
41
41
|
Requires-Dist: mergedeep~=1.3
|
|
42
|
-
Requires-Dist: v3io-frames~=0.10.15; python_version < "3.11"
|
|
43
|
-
Requires-Dist: v3io-frames>=0.13.0; python_version >= "3.11"
|
|
44
42
|
Requires-Dist: semver~=3.0
|
|
45
43
|
Requires-Dist: dependency-injector~=4.41
|
|
46
44
|
Requires-Dist: fsspec<=2025.7.0,>=2025.5.1
|
|
@@ -92,10 +90,10 @@ Requires-Dist: databricks-sdk~=0.20.0; extra == "databricks-sdk"
|
|
|
92
90
|
Provides-Extra: sqlalchemy
|
|
93
91
|
Requires-Dist: sqlalchemy~=2.0; extra == "sqlalchemy"
|
|
94
92
|
Provides-Extra: dask
|
|
95
|
-
Requires-Dist: dask
|
|
96
|
-
Requires-Dist:
|
|
97
|
-
Requires-Dist:
|
|
98
|
-
Requires-Dist: distributed
|
|
93
|
+
Requires-Dist: dask>=2023.12.1; python_version < "3.11" and extra == "dask"
|
|
94
|
+
Requires-Dist: dask>=2024.8; python_version >= "3.11" and extra == "dask"
|
|
95
|
+
Requires-Dist: distributed>=2023.12.1; python_version < "3.11" and extra == "dask"
|
|
96
|
+
Requires-Dist: distributed>=2024.8; python_version >= "3.11" and extra == "dask"
|
|
99
97
|
Provides-Extra: alibaba-oss
|
|
100
98
|
Requires-Dist: ossfs==2025.5.0; extra == "alibaba-oss"
|
|
101
99
|
Requires-Dist: oss2==2.18.4; extra == "alibaba-oss"
|
|
@@ -106,7 +104,7 @@ Requires-Dist: snowflake-connector-python~=3.7; extra == "snowflake"
|
|
|
106
104
|
Provides-Extra: dev-postgres
|
|
107
105
|
Requires-Dist: pytest-mock-resources[postgres]~=2.12; extra == "dev-postgres"
|
|
108
106
|
Provides-Extra: kfp18
|
|
109
|
-
Requires-Dist: mlrun_pipelines_kfp_v1_8[kfp]>=0.5.
|
|
107
|
+
Requires-Dist: mlrun_pipelines_kfp_v1_8[kfp]>=0.5.7; extra == "kfp18"
|
|
110
108
|
Provides-Extra: api
|
|
111
109
|
Requires-Dist: uvicorn~=0.32.1; extra == "api"
|
|
112
110
|
Requires-Dist: dask-kubernetes~=0.11.0; extra == "api"
|
|
@@ -125,7 +123,6 @@ Requires-Dist: memray~=1.12; sys_platform != "win32" and extra == "api"
|
|
|
125
123
|
Requires-Dist: aiosmtplib~=3.0; extra == "api"
|
|
126
124
|
Requires-Dist: pydantic<2,>=1; extra == "api"
|
|
127
125
|
Requires-Dist: mlrun-pipelines-kfp-v1-8~=0.5.7; extra == "api"
|
|
128
|
-
Requires-Dist: grpcio~=1.70.0; extra == "api"
|
|
129
126
|
Provides-Extra: all
|
|
130
127
|
Requires-Dist: adlfs==2024.12.0; extra == "all"
|
|
131
128
|
Requires-Dist: aiobotocore<2.16,>=2.5.0; extra == "all"
|
|
@@ -134,11 +131,11 @@ Requires-Dist: azure-core~=1.24; extra == "all"
|
|
|
134
131
|
Requires-Dist: azure-identity~=1.5; extra == "all"
|
|
135
132
|
Requires-Dist: azure-keyvault-secrets~=4.2; extra == "all"
|
|
136
133
|
Requires-Dist: boto3<1.36,>=1.28.0; extra == "all"
|
|
137
|
-
Requires-Dist: dask
|
|
138
|
-
Requires-Dist: dask
|
|
134
|
+
Requires-Dist: dask>=2023.12.1; python_version < "3.11" and extra == "all"
|
|
135
|
+
Requires-Dist: dask>=2024.8; python_version >= "3.11" and extra == "all"
|
|
139
136
|
Requires-Dist: databricks-sdk~=0.20.0; extra == "all"
|
|
140
|
-
Requires-Dist: distributed
|
|
141
|
-
Requires-Dist: distributed
|
|
137
|
+
Requires-Dist: distributed>=2023.12.1; python_version < "3.11" and extra == "all"
|
|
138
|
+
Requires-Dist: distributed>=2024.8; python_version >= "3.11" and extra == "all"
|
|
142
139
|
Requires-Dist: gcsfs<=2025.7.0,>=2025.5.1; extra == "all"
|
|
143
140
|
Requires-Dist: google-cloud-bigquery-storage~=2.17; extra == "all"
|
|
144
141
|
Requires-Dist: google-cloud-bigquery[bqstorage,pandas]==3.14.1; extra == "all"
|
|
@@ -165,11 +162,11 @@ Requires-Dist: azure-core~=1.24; extra == "complete"
|
|
|
165
162
|
Requires-Dist: azure-identity~=1.5; extra == "complete"
|
|
166
163
|
Requires-Dist: azure-keyvault-secrets~=4.2; extra == "complete"
|
|
167
164
|
Requires-Dist: boto3<1.36,>=1.28.0; extra == "complete"
|
|
168
|
-
Requires-Dist: dask
|
|
169
|
-
Requires-Dist: dask
|
|
165
|
+
Requires-Dist: dask>=2023.12.1; python_version < "3.11" and extra == "complete"
|
|
166
|
+
Requires-Dist: dask>=2024.8; python_version >= "3.11" and extra == "complete"
|
|
170
167
|
Requires-Dist: databricks-sdk~=0.20.0; extra == "complete"
|
|
171
|
-
Requires-Dist: distributed
|
|
172
|
-
Requires-Dist: distributed
|
|
168
|
+
Requires-Dist: distributed>=2023.12.1; python_version < "3.11" and extra == "complete"
|
|
169
|
+
Requires-Dist: distributed>=2024.8; python_version >= "3.11" and extra == "complete"
|
|
173
170
|
Requires-Dist: gcsfs<=2025.7.0,>=2025.5.1; extra == "complete"
|
|
174
171
|
Requires-Dist: google-cloud-bigquery-storage~=2.17; extra == "complete"
|
|
175
172
|
Requires-Dist: google-cloud-bigquery[bqstorage,pandas]==3.14.1; extra == "complete"
|
|
@@ -200,11 +197,11 @@ Requires-Dist: azure-identity~=1.5; extra == "complete-api"
|
|
|
200
197
|
Requires-Dist: azure-keyvault-secrets~=4.2; extra == "complete-api"
|
|
201
198
|
Requires-Dist: boto3<1.36,>=1.28.0; extra == "complete-api"
|
|
202
199
|
Requires-Dist: dask-kubernetes~=0.11.0; extra == "complete-api"
|
|
203
|
-
Requires-Dist: dask
|
|
204
|
-
Requires-Dist: dask
|
|
200
|
+
Requires-Dist: dask>=2023.12.1; python_version < "3.11" and extra == "complete-api"
|
|
201
|
+
Requires-Dist: dask>=2024.8; python_version >= "3.11" and extra == "complete-api"
|
|
205
202
|
Requires-Dist: databricks-sdk~=0.20.0; extra == "complete-api"
|
|
206
|
-
Requires-Dist: distributed
|
|
207
|
-
Requires-Dist: distributed
|
|
203
|
+
Requires-Dist: distributed>=2023.12.1; python_version < "3.11" and extra == "complete-api"
|
|
204
|
+
Requires-Dist: distributed>=2024.8; python_version >= "3.11" and extra == "complete-api"
|
|
208
205
|
Requires-Dist: fastapi~=0.116.0; extra == "complete-api"
|
|
209
206
|
Requires-Dist: gcsfs<=2025.7.0,>=2025.5.1; extra == "complete-api"
|
|
210
207
|
Requires-Dist: google-cloud-bigquery-storage~=2.17; extra == "complete-api"
|
|
@@ -212,7 +209,6 @@ Requires-Dist: google-cloud-bigquery[bqstorage,pandas]==3.14.1; extra == "comple
|
|
|
212
209
|
Requires-Dist: google-cloud-storage==2.14.0; extra == "complete-api"
|
|
213
210
|
Requires-Dist: google-cloud==0.34; extra == "complete-api"
|
|
214
211
|
Requires-Dist: graphviz~=0.20.0; extra == "complete-api"
|
|
215
|
-
Requires-Dist: grpcio~=1.70.0; extra == "complete-api"
|
|
216
212
|
Requires-Dist: humanfriendly~=10.0; extra == "complete-api"
|
|
217
213
|
Requires-Dist: igz-mgmt~=0.4.1; extra == "complete-api"
|
|
218
214
|
Requires-Dist: kafka-python~=2.1.0; extra == "complete-api"
|
|
@@ -67,10 +67,10 @@ def extra_requirements() -> dict[str, list[str]]:
|
|
|
67
67
|
"dask": [
|
|
68
68
|
# dask 2023 does not work on python 3.11
|
|
69
69
|
# dask 2024 requires dependencies that current mlrun with 3.9 cannot support
|
|
70
|
-
'dask
|
|
71
|
-
'
|
|
72
|
-
'
|
|
73
|
-
'distributed
|
|
70
|
+
'dask>=2023.12.1; python_version < "3.11"',
|
|
71
|
+
'dask>=2024.8; python_version >= "3.11"',
|
|
72
|
+
'distributed>=2023.12.1; python_version < "3.11"',
|
|
73
|
+
'distributed>=2024.8; python_version >= "3.11"',
|
|
74
74
|
],
|
|
75
75
|
"alibaba-oss": ["ossfs==2025.5.0", "oss2==2.18.4"],
|
|
76
76
|
"tdengine": ["taos-ws-py==0.3.2"],
|
|
@@ -83,7 +83,7 @@ def extra_requirements() -> dict[str, list[str]]:
|
|
|
83
83
|
extras_require.update(
|
|
84
84
|
{
|
|
85
85
|
"dev-postgres": ["pytest-mock-resources[postgres]~=2.12"],
|
|
86
|
-
"kfp18": ["mlrun_pipelines_kfp_v1_8[kfp]>=0.5.
|
|
86
|
+
"kfp18": ["mlrun_pipelines_kfp_v1_8[kfp]>=0.5.7"],
|
|
87
87
|
# TODO uncomment when KFP 1.8 support is removed
|
|
88
88
|
# "kfp2": ["mlrun_pipelines_kfp_v2[kfp]>=0.5.0 ; python_version >= '3.11'"],
|
|
89
89
|
"api": api_deps,
|
|
@@ -31,10 +31,11 @@ sqlalchemy~=2.0
|
|
|
31
31
|
sqlalchemy-utils~=0.41.2
|
|
32
32
|
|
|
33
33
|
# frameworks tests
|
|
34
|
-
scikit-learn~=1.5.
|
|
34
|
+
scikit-learn~=1.5.2
|
|
35
35
|
lightgbm~=4.3
|
|
36
36
|
xgboost~=1.1
|
|
37
|
-
tensorflow
|
|
37
|
+
# TODO: once tensorflow upgrades their dependencies to support a newer version protobuf, we can uncomment this line
|
|
38
|
+
tensorflow~=2.15; python_version <= "3.9"
|
|
38
39
|
cryptography~=44.0
|
|
39
40
|
|
|
40
41
|
# install to verify it doesn't cause a warning (ML-8951)
|
|
@@ -46,5 +47,7 @@ diff-cover~=9.2
|
|
|
46
47
|
openai~=1.88
|
|
47
48
|
transformers~=4.53
|
|
48
49
|
# for hugging face image classifier test:
|
|
49
|
-
tf-keras~=2.18
|
|
50
|
+
tf-keras~=2.18; python_version <= "3.9"
|
|
51
|
+
#tf-keras~=2.19; python_version > "3.9"
|
|
52
|
+
# TODO: once tf-keras upgrades their dependencies to support a newer version protobuf, we can uncomment this line
|
|
50
53
|
pillow~=11.3
|
|
@@ -75,6 +75,8 @@
|
|
|
75
75
|
"# create job function object from notebook code and add doc/metadata\n",
|
|
76
76
|
"import mlrun\n",
|
|
77
77
|
"\n",
|
|
78
|
+
"project = mlrun.get_or_create_project(\"mlrun-export\")\n",
|
|
79
|
+
"\n",
|
|
78
80
|
"fn = mlrun.code_to_function(\n",
|
|
79
81
|
" \"file_utils\",\n",
|
|
80
82
|
" kind=\"job\",\n",
|
|
@@ -997,9 +997,7 @@
|
|
|
997
997
|
{
|
|
998
998
|
"cell_type": "markdown",
|
|
999
999
|
"metadata": {},
|
|
1000
|
-
"source":
|
|
1001
|
-
"`kubectl create -n <namespace> secret docker-registry my-docker --docker-server=https://index.docker.io/v1/ --docker-username=<your-user> --docker-password=<your-password> --docker-email=<your-email>`"
|
|
1002
|
-
]
|
|
1000
|
+
"source": "`kubectl create -n <namespace> secret docker-registry my-docker --docker-server=https://index.docker.io/v1/ --docker-username=<your-user> --docker-password=<your-password> --docker-email=<your-email>`"
|
|
1003
1001
|
},
|
|
1004
1002
|
{
|
|
1005
1003
|
"cell_type": "markdown",
|
|
@@ -71,7 +71,7 @@ def my_job(context, p1=1, p2="x"):
|
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
if __name__ == "__main__":
|
|
74
|
-
context = get_or_create_ctx("train")
|
|
74
|
+
context = get_or_create_ctx("train", project="test-project")
|
|
75
75
|
p1 = context.get_param("p1", 1)
|
|
76
76
|
p2 = context.get_param("p2", "a-string")
|
|
77
77
|
my_job(context, p1, p2)
|
|
@@ -45,10 +45,10 @@ databricks-sdk~=0.20.0
|
|
|
45
45
|
# sqlalchemy version should be aligned with mlrun-api due to common use with the model monitoring database
|
|
46
46
|
sqlalchemy~=2.0
|
|
47
47
|
# retaining old dask for compatibility with kfp 1.8
|
|
48
|
-
dask
|
|
49
|
-
distributed
|
|
48
|
+
dask>=2023.12.1; python_version < "3.11"
|
|
49
|
+
distributed>=2023.12.1; python_version < "3.11"
|
|
50
50
|
# new dask requires newer cloudpickle which is not compatible with kfp 1.8
|
|
51
|
-
dask
|
|
52
|
-
distributed
|
|
51
|
+
dask>=2024.8; python_version >= "3.11"
|
|
52
|
+
distributed>=2024.8; python_version >= "3.11"
|
|
53
53
|
taos-ws-py==0.3.2
|
|
54
54
|
snowflake-connector-python~=3.7
|
|
@@ -544,15 +544,17 @@ class ModelMonitoringApplicationBase(MonitoringApplicationToDict, ABC):
|
|
|
544
544
|
else:
|
|
545
545
|
raise mlrun.errors.MLRunValueError(
|
|
546
546
|
"The start time for the application and endpoint precedes the last analyzed time: "
|
|
547
|
-
f"{start_dt
|
|
547
|
+
f"start_dt='{start_dt}', last_analyzed='{last_analyzed}', {application_name=}, "
|
|
548
|
+
f"{endpoint_id=}. "
|
|
548
549
|
"Writing data out of order is not supported, and the start time could not be "
|
|
549
550
|
"dynamically reset, as last_analyzed is later than the given end time or that "
|
|
550
|
-
f"base_period was specified ({end_dt
|
|
551
|
+
f"base_period was specified (end_dt='{end_dt}', {base_period=})."
|
|
551
552
|
)
|
|
552
553
|
else:
|
|
553
554
|
raise mlrun.errors.MLRunValueError(
|
|
554
555
|
"The start time for the application and endpoint precedes the last analyzed time: "
|
|
555
|
-
f"{start_dt
|
|
556
|
+
f"start_dt='{start_dt}', last_analyzed='{last_analyzed}', {application_name=}, "
|
|
557
|
+
f"{endpoint_id=}. "
|
|
556
558
|
"Writing data out of order is not supported. You should change the start time to "
|
|
557
559
|
f"'{last_analyzed}' or later."
|
|
558
560
|
)
|
|
@@ -222,7 +222,8 @@ def get_or_create_ctx(
|
|
|
222
222
|
:param spec: dictionary holding run spec
|
|
223
223
|
:param with_env: look for context in environment vars, default True
|
|
224
224
|
:param rundb: path/url to the metadata and artifact database
|
|
225
|
-
:param project: project to initiate the context in (by default `mlrun.mlconf.active_project`)
|
|
225
|
+
:param project: project to initiate the context in (by default `mlrun.mlconf.active_project`).
|
|
226
|
+
If not set, an active project must exist.
|
|
226
227
|
:param upload_artifacts: when using local context (not as part of a job/run), upload artifacts to the
|
|
227
228
|
system default artifact path location
|
|
228
229
|
:return: execution context
|
|
@@ -277,6 +278,16 @@ def get_or_create_ctx(
|
|
|
277
278
|
if newspec and not isinstance(newspec, dict):
|
|
278
279
|
newspec = json.loads(newspec)
|
|
279
280
|
|
|
281
|
+
if (
|
|
282
|
+
not newspec.get("metadata", {}).get("project")
|
|
283
|
+
and not project
|
|
284
|
+
and not mlconf.active_project
|
|
285
|
+
):
|
|
286
|
+
raise mlrun.errors.MLRunMissingProjectError(
|
|
287
|
+
"""No active project found. Make sure to set an active project using: mlrun.get_or_create_project()
|
|
288
|
+
You can verify the active project with: mlrun.mlconf.active_project"""
|
|
289
|
+
)
|
|
290
|
+
|
|
280
291
|
if not newspec:
|
|
281
292
|
newspec = {}
|
|
282
293
|
if upload_artifacts:
|
|
@@ -968,24 +968,6 @@ class RemoteRuntime(KubeResource):
|
|
|
968
968
|
self._mock_server = None
|
|
969
969
|
|
|
970
970
|
if "://" not in path:
|
|
971
|
-
if not self.status.address:
|
|
972
|
-
# here we check that if default http trigger is disabled, function contains a custom http trigger
|
|
973
|
-
# Otherwise, the function is not invokable, so we raise an error
|
|
974
|
-
if (
|
|
975
|
-
not self._trigger_of_kind_exists(kind="http")
|
|
976
|
-
and self.spec.disable_default_http_trigger
|
|
977
|
-
):
|
|
978
|
-
raise mlrun.errors.MLRunPreconditionFailedError(
|
|
979
|
-
"Default http trigger creation is disabled and there is no any other custom http trigger, "
|
|
980
|
-
"so function can not be invoked via http. Either enable default http trigger creation or "
|
|
981
|
-
"create custom http trigger"
|
|
982
|
-
)
|
|
983
|
-
state, _, _ = self._get_state()
|
|
984
|
-
if state not in ["ready", "scaledToZero"]:
|
|
985
|
-
logger.warning(f"Function is in the {state} state")
|
|
986
|
-
if not self.status.address:
|
|
987
|
-
raise ValueError("no function address first run .deploy()")
|
|
988
|
-
|
|
989
971
|
path = self._resolve_invocation_url(path, force_external_address)
|
|
990
972
|
|
|
991
973
|
if headers is None:
|
|
@@ -1228,19 +1210,47 @@ class RemoteRuntime(KubeResource):
|
|
|
1228
1210
|
# internal / external invocation urls is a nuclio >= 1.6.x feature
|
|
1229
1211
|
# try to infer the invocation url from the internal and if not exists, use external.
|
|
1230
1212
|
# $$$$ we do not want to use the external invocation url (e.g.: ingress, nodePort, etc.)
|
|
1213
|
+
|
|
1214
|
+
# check function state before invocation
|
|
1215
|
+
state, _, _ = self._get_state()
|
|
1216
|
+
if state not in ["ready", "scaledToZero"]:
|
|
1217
|
+
logger.warning(f"Function is in the {state} state")
|
|
1218
|
+
|
|
1219
|
+
# prefer internal invocation url if running inside k8s cluster
|
|
1231
1220
|
if (
|
|
1232
1221
|
not force_external_address
|
|
1233
1222
|
and self.status.internal_invocation_urls
|
|
1234
1223
|
and mlrun.k8s_utils.is_running_inside_kubernetes_cluster()
|
|
1235
1224
|
):
|
|
1236
|
-
|
|
1225
|
+
url = mlrun.utils.helpers.join_urls(
|
|
1237
1226
|
f"http://{self.status.internal_invocation_urls[0]}", path
|
|
1238
1227
|
)
|
|
1228
|
+
logger.debug(
|
|
1229
|
+
f"Using internal invocation url {url}. Make sure you have network access to the k8s cluster. "
|
|
1230
|
+
f"Otherwise, set force_external_address to True"
|
|
1231
|
+
)
|
|
1232
|
+
return url
|
|
1239
1233
|
|
|
1240
1234
|
if self.status.external_invocation_urls:
|
|
1241
1235
|
return mlrun.utils.helpers.join_urls(
|
|
1242
1236
|
f"http://{self.status.external_invocation_urls[0]}", path
|
|
1243
1237
|
)
|
|
1238
|
+
|
|
1239
|
+
if not self.status.address:
|
|
1240
|
+
# if there is no address
|
|
1241
|
+
# here we check that if default http trigger is disabled, function contains a custom http trigger
|
|
1242
|
+
# Otherwise, the function is not invokable, so we raise an error
|
|
1243
|
+
if (
|
|
1244
|
+
not self._trigger_of_kind_exists(kind="http")
|
|
1245
|
+
and self.spec.disable_default_http_trigger
|
|
1246
|
+
):
|
|
1247
|
+
raise mlrun.errors.MLRunPreconditionFailedError(
|
|
1248
|
+
"Default http trigger creation is disabled and there is no any other custom http trigger, "
|
|
1249
|
+
"so function can not be invoked via http. Either enable default http trigger creation or "
|
|
1250
|
+
"create custom http trigger"
|
|
1251
|
+
)
|
|
1252
|
+
else:
|
|
1253
|
+
raise ValueError("no function address first run .deploy()")
|
|
1244
1254
|
else:
|
|
1245
1255
|
return mlrun.utils.helpers.join_urls(f"http://{self.status.address}", path)
|
|
1246
1256
|
|
|
@@ -1294,6 +1304,8 @@ class RemoteRuntime(KubeResource):
|
|
|
1294
1304
|
def get_url(
|
|
1295
1305
|
self,
|
|
1296
1306
|
force_external_address: bool = False,
|
|
1307
|
+
# leaving auth_info for BC
|
|
1308
|
+
# TODO: remove in 1.12.0
|
|
1297
1309
|
auth_info: AuthInfo = None,
|
|
1298
1310
|
):
|
|
1299
1311
|
"""
|
|
@@ -1304,13 +1316,10 @@ class RemoteRuntime(KubeResource):
|
|
|
1304
1316
|
|
|
1305
1317
|
:return: returns function's url
|
|
1306
1318
|
"""
|
|
1307
|
-
if
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
"no function address or not ready, first run .deploy()"
|
|
1312
|
-
)
|
|
1313
|
-
|
|
1319
|
+
if auth_info:
|
|
1320
|
+
logger.warning(
|
|
1321
|
+
"Deprecated parameter 'auth_info' was provided, but will be ignored. Will be removed in 1.12.0."
|
|
1322
|
+
)
|
|
1314
1323
|
return self._resolve_invocation_url("", force_external_address)
|
|
1315
1324
|
|
|
1316
1325
|
@staticmethod
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
import asyncio
|
|
16
16
|
import base64
|
|
17
17
|
import enum
|
|
18
|
-
import functools
|
|
19
18
|
import gzip
|
|
20
19
|
import hashlib
|
|
21
20
|
import inspect
|
|
@@ -915,12 +914,10 @@ def enrich_image_url(
|
|
|
915
914
|
)
|
|
916
915
|
mlrun_version = config.images_tag or client_version or server_version
|
|
917
916
|
tag = mlrun_version or ""
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
mlrun_version=mlrun_version, python_version=client_python_version
|
|
923
|
-
)
|
|
917
|
+
tag += resolve_image_tag_suffix(
|
|
918
|
+
mlrun_version=mlrun_version,
|
|
919
|
+
python_version=client_python_version,
|
|
920
|
+
)
|
|
924
921
|
|
|
925
922
|
# it's an mlrun image if the repository is mlrun
|
|
926
923
|
is_mlrun_image = image_url.startswith("mlrun/") or "/mlrun/" in image_url
|
|
@@ -1862,10 +1859,7 @@ async def run_in_threadpool(func, *args, **kwargs):
|
|
|
1862
1859
|
Run a sync-function in the loop default thread pool executor pool and await its result.
|
|
1863
1860
|
Note that this function is not suitable for CPU-bound tasks, as it will block the event loop.
|
|
1864
1861
|
"""
|
|
1865
|
-
|
|
1866
|
-
if kwargs:
|
|
1867
|
-
func = functools.partial(func, **kwargs)
|
|
1868
|
-
return await loop.run_in_executor(None, func, *args)
|
|
1862
|
+
return await asyncio.to_thread(func, *args, **kwargs)
|
|
1869
1863
|
|
|
1870
1864
|
|
|
1871
1865
|
def is_explicit_ack_supported(context):
|
|
@@ -15,11 +15,29 @@
|
|
|
15
15
|
import asyncio
|
|
16
16
|
import typing
|
|
17
17
|
from copy import deepcopy
|
|
18
|
+
from typing import Optional
|
|
19
|
+
|
|
20
|
+
import aiohttp
|
|
18
21
|
|
|
19
22
|
import mlrun.common.schemas
|
|
20
23
|
import mlrun.lists
|
|
21
24
|
|
|
22
25
|
|
|
26
|
+
class TimedHTTPClient:
|
|
27
|
+
def __init__(self, timeout: Optional[float] = 30.0):
|
|
28
|
+
"""
|
|
29
|
+
HTTP client wrapper with built-in timeout.
|
|
30
|
+
|
|
31
|
+
Args:
|
|
32
|
+
timeout: Request timeout in seconds (default: 30.0)
|
|
33
|
+
"""
|
|
34
|
+
self.timeout = aiohttp.ClientTimeout(total=timeout)
|
|
35
|
+
|
|
36
|
+
def session(self, **kwargs) -> aiohttp.ClientSession:
|
|
37
|
+
"""Create a new ClientSession with the configured timeout and additional parameters."""
|
|
38
|
+
return aiohttp.ClientSession(timeout=self.timeout, **kwargs)
|
|
39
|
+
|
|
40
|
+
|
|
23
41
|
class NotificationBase:
|
|
24
42
|
def __init__(
|
|
25
43
|
self,
|
|
@@ -16,13 +16,11 @@ import json
|
|
|
16
16
|
import os
|
|
17
17
|
import typing
|
|
18
18
|
|
|
19
|
-
import aiohttp
|
|
20
|
-
|
|
21
19
|
import mlrun.common.schemas
|
|
22
20
|
import mlrun.errors
|
|
23
21
|
import mlrun.lists
|
|
24
22
|
|
|
25
|
-
from .base import NotificationBase
|
|
23
|
+
from .base import NotificationBase, TimedHTTPClient
|
|
26
24
|
|
|
27
25
|
|
|
28
26
|
class GitNotification(NotificationBase):
|
|
@@ -148,7 +146,7 @@ class GitNotification(NotificationBase):
|
|
|
148
146
|
}
|
|
149
147
|
url = f"https://{server}/repos/{repo}/issues/{issue}/comments"
|
|
150
148
|
|
|
151
|
-
async with
|
|
149
|
+
async with TimedHTTPClient().session() as session:
|
|
152
150
|
resp = await session.post(url, headers=headers, json={"body": message})
|
|
153
151
|
if not resp.ok:
|
|
154
152
|
resp_text = await resp.text()
|
|
@@ -14,14 +14,12 @@
|
|
|
14
14
|
|
|
15
15
|
import typing
|
|
16
16
|
|
|
17
|
-
import aiohttp
|
|
18
|
-
|
|
19
17
|
import mlrun.common.runtimes.constants as runtimes_constants
|
|
20
18
|
import mlrun.common.schemas
|
|
21
19
|
import mlrun.lists
|
|
22
20
|
import mlrun.utils.helpers
|
|
23
21
|
|
|
24
|
-
from .base import NotificationBase
|
|
22
|
+
from .base import NotificationBase, TimedHTTPClient
|
|
25
23
|
|
|
26
24
|
|
|
27
25
|
class SlackNotification(NotificationBase):
|
|
@@ -67,7 +65,7 @@ class SlackNotification(NotificationBase):
|
|
|
67
65
|
|
|
68
66
|
data = self._generate_slack_data(message, severity, runs, alert, event_data)
|
|
69
67
|
|
|
70
|
-
async with
|
|
68
|
+
async with TimedHTTPClient().session() as session:
|
|
71
69
|
async with session.post(webhook, json=data) as response:
|
|
72
70
|
response.raise_for_status()
|
|
73
71
|
|
|
@@ -15,14 +15,13 @@
|
|
|
15
15
|
import re
|
|
16
16
|
import typing
|
|
17
17
|
|
|
18
|
-
import aiohttp
|
|
19
18
|
import orjson
|
|
20
19
|
|
|
21
20
|
import mlrun.common.schemas
|
|
22
21
|
import mlrun.lists
|
|
23
22
|
import mlrun.utils.helpers
|
|
24
23
|
|
|
25
|
-
from .base import NotificationBase
|
|
24
|
+
from .base import NotificationBase, TimedHTTPClient
|
|
26
25
|
|
|
27
26
|
|
|
28
27
|
class WebhookNotification(NotificationBase):
|
|
@@ -87,9 +86,7 @@ class WebhookNotification(NotificationBase):
|
|
|
87
86
|
# we automatically handle it as `ssl=None` for their convenience.
|
|
88
87
|
verify_ssl = verify_ssl and None if url.startswith("https") else None
|
|
89
88
|
|
|
90
|
-
async with
|
|
91
|
-
json_serialize=self._encoder,
|
|
92
|
-
) as session:
|
|
89
|
+
async with TimedHTTPClient().session(json_serialize=self._encoder) as session:
|
|
93
90
|
response = await getattr(session, method)(
|
|
94
91
|
url,
|
|
95
92
|
headers=headers,
|