mlrun 1.10.0rc32__tar.gz → 1.10.0rc33__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.0rc32/mlrun.egg-info → mlrun-1.10.0rc33}/PKG-INFO +17 -17
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/dependencies.py +10 -6
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/extras-requirements.txt +4 -4
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/pipeline.py +1 -1
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/projects/operations.py +1 -1
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/projects/project.py +1 -1
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/base.py +1 -1
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/utils.py +27 -4
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/helpers.py +7 -58
- mlrun-1.10.0rc33/mlrun/utils/version/version.json +4 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33/mlrun.egg-info}/PKG-INFO +17 -17
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun.egg-info/requires.txt +16 -16
- mlrun-1.10.0rc32/mlrun/utils/version/version.json +0 -4
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/LICENSE +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/MANIFEST.in +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/Makefile +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/README.md +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/dev-requirements.txt +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/dockerfiles/mlrun-api/requirements.txt +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/archive.zip +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/function.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/handler.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/infile.txt +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/load-project.ipynb +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/mlrun_basics.ipynb +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/mlrun_dask.ipynb +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/mlrun_db.ipynb +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/mlrun_export_import.ipynb +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/mlrun_jobs.ipynb +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/mlrun_sparkk8s.ipynb +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/mlrun_vault.ipynb +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/model.bst +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/new-project.ipynb +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/nulltst.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/params.csv +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/remote-spark.ipynb +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/secrets.txt +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/spark-function.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/training.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/v2_model_server.ipynb +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/examples/xgb_serving.ipynb +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/__main__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/alerts/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/alerts/alert.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/artifacts/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/artifacts/base.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/artifacts/dataset.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/artifacts/document.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/artifacts/helpers.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/artifacts/llm_prompt.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/artifacts/manager.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/artifacts/model.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/artifacts/plots.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/constants.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/db/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/db/dialects.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/formatters/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/formatters/artifact.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/formatters/base.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/formatters/feature_set.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/formatters/function.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/formatters/model_endpoint.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/formatters/pipeline.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/formatters/project.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/formatters/run.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/helpers.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/model_monitoring/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/model_monitoring/helpers.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/runtimes/constants.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/alert.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/api_gateway.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/artifact.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/auth.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/background_task.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/client_spec.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/clusterization_spec.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/common.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/constants.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/datastore_profile.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/events.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/feature_store.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/frontend_spec.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/function.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/http.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/hub.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/k8s.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/memory_reports.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/model_monitoring/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/model_monitoring/constants.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/model_monitoring/functions.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/model_monitoring/grafana.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/model_monitoring/model_endpoints.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/notification.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/object.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/pagination.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/partition.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/project.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/regex.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/runs.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/runtime_resource.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/schedule.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/secret.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/serving.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/tag.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/schemas/workflow.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/secrets.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/common/types.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/config.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/data_types/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/data_types/data_types.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/data_types/infer.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/data_types/spark.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/data_types/to_pandas.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/alibaba_oss.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/azure_blob.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/base.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/datastore.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/datastore_profile.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/dbfs_store.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/filestore.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/google_cloud_storage.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/hdfs.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/inmem.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/model_provider/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/model_provider/huggingface_provider.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/model_provider/mock_model_provider.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/model_provider/model_provider.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/model_provider/openai_provider.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/redis.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/remote_client.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/s3.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/snowflake_utils.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/sources.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/spark_udf.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/spark_utils.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/store_resources.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/storeytargets.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/targets.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/utils.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/v3io.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/vectorstore.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/wasbfs/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/datastore/wasbfs/fs.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/db/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/db/auth_utils.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/db/base.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/db/factory.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/db/httpdb.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/db/nopdb.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/errors.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/execution.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/feature_store/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/feature_store/api.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/feature_store/common.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/feature_store/feature_set.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/feature_store/feature_vector.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/feature_store/feature_vector_utils.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/feature_store/ingestion.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/feature_store/retrieval/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/feature_store/retrieval/base.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/feature_store/retrieval/dask_merger.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/feature_store/retrieval/job.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/feature_store/retrieval/local_merger.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/feature_store/retrieval/spark_merger.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/feature_store/retrieval/storey_merger.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/feature_store/steps.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/features.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_common/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_common/artifacts_library.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_common/mlrun_interface.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_common/model_handler.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_common/plan.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_common/producer.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_common/utils.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_dl_common/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_dl_common/loggers/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_dl_common/loggers/logger.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_dl_common/loggers/mlrun_logger.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_dl_common/loggers/tensorboard_logger.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_dl_common/model_handler.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_dl_common/utils.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/artifacts_library.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/loggers/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/loggers/logger.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/loggers/mlrun_logger.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/model_handler.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/pkl_model_server.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/plan.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/plans/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/plans/calibration_curve_plan.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/plans/confusion_matrix_plan.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/plans/dataset_plan.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/plans/feature_importance_plan.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/plans/roc_curve_plan.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/producer.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/utils.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/auto_mlrun/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/auto_mlrun/auto_mlrun.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/huggingface/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/huggingface/model_server.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/callbacks/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/callbacks/callback.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/callbacks/logging_callback.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/callbacks/mlrun_logging_callback.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/mlrun_interfaces/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/mlrun_interfaces/booster_mlrun_interface.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/mlrun_interfaces/mlrun_interface.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/mlrun_interfaces/model_mlrun_interface.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/model_handler.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/model_server.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/utils.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/onnx/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/onnx/dataset.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/onnx/mlrun_interface.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/onnx/model_handler.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/onnx/model_server.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/parallel_coordinates.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/callbacks/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/callbacks/callback.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/callbacks/logging_callback.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/callbacks/mlrun_logging_callback.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/callbacks/tensorboard_logging_callback.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/callbacks_handler.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/mlrun_interface.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/model_handler.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/model_server.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/utils.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/sklearn/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/sklearn/estimator.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/sklearn/metric.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/sklearn/metrics_library.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/sklearn/mlrun_interface.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/sklearn/model_handler.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/sklearn/utils.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/tf_keras/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/tf_keras/callbacks/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/tf_keras/callbacks/logging_callback.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/tf_keras/callbacks/mlrun_logging_callback.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/tf_keras/callbacks/tensorboard_logging_callback.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/tf_keras/mlrun_interface.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/tf_keras/model_handler.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/tf_keras/model_server.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/tf_keras/utils.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/xgboost/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/xgboost/mlrun_interface.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/xgboost/model_handler.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/frameworks/xgboost/utils.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/hub/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/hub/module.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/k8s_utils.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/launcher/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/launcher/base.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/launcher/client.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/launcher/factory.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/launcher/local.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/launcher/remote.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/lists.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/api.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/applications/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/applications/_application_steps.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/applications/base.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/applications/context.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/applications/evidently/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/applications/evidently/base.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/applications/histogram_data_drift.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/applications/results.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/controller.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/_schedules.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/_stats.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/base.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/helpers.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/tdengine/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/tdengine/schemas.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/tdengine/stream_graph_steps.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/tdengine/tdengine_connection.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/tdengine/tdengine_connector.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/tdengine/writer_graph_steps.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/v3io/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/v3io/stream_graph_steps.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/v3io/v3io_connector.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/features_drift_table.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/helpers.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/metrics/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/metrics/histogram_distance.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/stream_processing.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/model_monitoring/writer.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/package/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/package/context_handler.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/package/errors.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/package/packager.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/package/packagers/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/package/packagers/default_packager.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/package/packagers/numpy_packagers.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/package/packagers/pandas_packagers.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/package/packagers/python_standard_library_packagers.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/package/packagers_manager.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/package/utils/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/package/utils/_archiver.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/package/utils/_formatter.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/package/utils/_pickler.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/package/utils/_supported_format.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/package/utils/log_hint_utils.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/package/utils/type_hint_utils.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/platforms/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/platforms/iguazio.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/projects/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/projects/pipelines.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/render.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/run.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/daskjob.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/databricks_job/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/databricks_job/databricks_cancel_task.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/databricks_job/databricks_runtime.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/databricks_job/databricks_wrapper.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/funcdoc.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/function_reference.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/generators.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/kubejob.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/local.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/mounts.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/mpijob/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/mpijob/abstract.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/mpijob/v1.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/nuclio/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/nuclio/api_gateway.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/nuclio/application/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/nuclio/application/application.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/nuclio/application/reverse_proxy.go +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/nuclio/function.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/nuclio/nuclio.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/nuclio/serving.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/pod.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/remotesparkjob.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/sparkjob/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/runtimes/sparkjob/spark3job.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/secrets.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/serving/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/serving/merger.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/serving/remote.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/serving/routers.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/serving/server.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/serving/serving_wrapper.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/serving/states.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/serving/system_steps.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/serving/utils.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/serving/v1_serving.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/serving/v2_serving.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/track/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/track/tracker.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/track/tracker_manager.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/track/trackers/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/track/trackers/mlflow_tracker.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/async_http.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/azure_vault.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/clones.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/condition_evaluator.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/http.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/logger.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/notifications/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/notifications/notification/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/notifications/notification/base.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/notifications/notification/console.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/notifications/notification/git.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/notifications/notification/ipython.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/notifications/notification/mail.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/notifications/notification/slack.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/notifications/notification/webhook.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/notifications/notification_pusher.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/regex.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/retryer.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/singleton.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/v3io_clients.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/vault.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/version/__init__.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun/utils/version/version.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun.egg-info/SOURCES.txt +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun.egg-info/dependency_links.txt +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun.egg-info/entry_points.txt +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun.egg-info/not-zip-safe +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/mlrun.egg-info/top_level.txt +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/packages.py +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/pyproject.toml +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/requirements.txt +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/setup.cfg +0 -0
- {mlrun-1.10.0rc32 → mlrun-1.10.0rc33}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mlrun
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.0rc33
|
|
4
4
|
Summary: Tracking and config of machine learning runs
|
|
5
5
|
Home-page: https://github.com/mlrun/mlrun
|
|
6
6
|
Author: Yaron Haviv
|
|
@@ -91,10 +91,10 @@ Requires-Dist: databricks-sdk~=0.20.0; extra == "databricks-sdk"
|
|
|
91
91
|
Provides-Extra: sqlalchemy
|
|
92
92
|
Requires-Dist: sqlalchemy~=2.0; extra == "sqlalchemy"
|
|
93
93
|
Provides-Extra: dask
|
|
94
|
-
Requires-Dist: dask
|
|
95
|
-
Requires-Dist: dask
|
|
96
|
-
Requires-Dist: distributed
|
|
97
|
-
Requires-Dist: distributed
|
|
94
|
+
Requires-Dist: dask~=2023.12.1; python_version < "3.11" and extra == "dask"
|
|
95
|
+
Requires-Dist: dask==2024.8; python_version >= "3.11" and extra == "dask"
|
|
96
|
+
Requires-Dist: distributed~=2023.12.1; python_version < "3.11" and extra == "dask"
|
|
97
|
+
Requires-Dist: distributed==2024.8; python_version >= "3.11" and extra == "dask"
|
|
98
98
|
Provides-Extra: alibaba-oss
|
|
99
99
|
Requires-Dist: ossfs==2025.5.0; extra == "alibaba-oss"
|
|
100
100
|
Requires-Dist: oss2==2.18.4; extra == "alibaba-oss"
|
|
@@ -132,11 +132,11 @@ Requires-Dist: azure-core~=1.24; extra == "all"
|
|
|
132
132
|
Requires-Dist: azure-identity~=1.5; extra == "all"
|
|
133
133
|
Requires-Dist: azure-keyvault-secrets~=4.2; extra == "all"
|
|
134
134
|
Requires-Dist: boto3<1.36,>=1.28.0; extra == "all"
|
|
135
|
-
Requires-Dist: dask
|
|
136
|
-
Requires-Dist: dask
|
|
135
|
+
Requires-Dist: dask==2024.8; python_version >= "3.11" and extra == "all"
|
|
136
|
+
Requires-Dist: dask~=2023.12.1; python_version < "3.11" and extra == "all"
|
|
137
137
|
Requires-Dist: databricks-sdk~=0.20.0; extra == "all"
|
|
138
|
-
Requires-Dist: distributed
|
|
139
|
-
Requires-Dist: distributed
|
|
138
|
+
Requires-Dist: distributed==2024.8; python_version >= "3.11" and extra == "all"
|
|
139
|
+
Requires-Dist: distributed~=2023.12.1; python_version < "3.11" and extra == "all"
|
|
140
140
|
Requires-Dist: gcsfs<=2025.7.0,>=2025.5.1; extra == "all"
|
|
141
141
|
Requires-Dist: google-cloud-bigquery-storage~=2.17; extra == "all"
|
|
142
142
|
Requires-Dist: google-cloud-bigquery[bqstorage,pandas]==3.14.1; extra == "all"
|
|
@@ -163,11 +163,11 @@ Requires-Dist: azure-core~=1.24; extra == "complete"
|
|
|
163
163
|
Requires-Dist: azure-identity~=1.5; extra == "complete"
|
|
164
164
|
Requires-Dist: azure-keyvault-secrets~=4.2; extra == "complete"
|
|
165
165
|
Requires-Dist: boto3<1.36,>=1.28.0; extra == "complete"
|
|
166
|
-
Requires-Dist: dask
|
|
167
|
-
Requires-Dist: dask
|
|
166
|
+
Requires-Dist: dask==2024.8; python_version >= "3.11" and extra == "complete"
|
|
167
|
+
Requires-Dist: dask~=2023.12.1; python_version < "3.11" and extra == "complete"
|
|
168
168
|
Requires-Dist: databricks-sdk~=0.20.0; extra == "complete"
|
|
169
|
-
Requires-Dist: distributed
|
|
170
|
-
Requires-Dist: distributed
|
|
169
|
+
Requires-Dist: distributed==2024.8; python_version >= "3.11" and extra == "complete"
|
|
170
|
+
Requires-Dist: distributed~=2023.12.1; python_version < "3.11" and extra == "complete"
|
|
171
171
|
Requires-Dist: gcsfs<=2025.7.0,>=2025.5.1; extra == "complete"
|
|
172
172
|
Requires-Dist: google-cloud-bigquery-storage~=2.17; extra == "complete"
|
|
173
173
|
Requires-Dist: google-cloud-bigquery[bqstorage,pandas]==3.14.1; extra == "complete"
|
|
@@ -198,11 +198,11 @@ Requires-Dist: azure-identity~=1.5; extra == "complete-api"
|
|
|
198
198
|
Requires-Dist: azure-keyvault-secrets~=4.2; extra == "complete-api"
|
|
199
199
|
Requires-Dist: boto3<1.36,>=1.28.0; extra == "complete-api"
|
|
200
200
|
Requires-Dist: dask-kubernetes~=0.11.0; extra == "complete-api"
|
|
201
|
-
Requires-Dist: dask
|
|
202
|
-
Requires-Dist: dask
|
|
201
|
+
Requires-Dist: dask==2024.8; python_version >= "3.11" and extra == "complete-api"
|
|
202
|
+
Requires-Dist: dask~=2023.12.1; python_version < "3.11" and extra == "complete-api"
|
|
203
203
|
Requires-Dist: databricks-sdk~=0.20.0; extra == "complete-api"
|
|
204
|
-
Requires-Dist: distributed
|
|
205
|
-
Requires-Dist: distributed
|
|
204
|
+
Requires-Dist: distributed==2024.8; python_version >= "3.11" and extra == "complete-api"
|
|
205
|
+
Requires-Dist: distributed~=2023.12.1; python_version < "3.11" and extra == "complete-api"
|
|
206
206
|
Requires-Dist: fastapi~=0.116.0; extra == "complete-api"
|
|
207
207
|
Requires-Dist: gcsfs<=2025.7.0,>=2025.5.1; extra == "complete-api"
|
|
208
208
|
Requires-Dist: google-cloud-bigquery-storage~=2.17; extra == "complete-api"
|
|
@@ -65,12 +65,16 @@ def extra_requirements() -> dict[str, list[str]]:
|
|
|
65
65
|
"databricks-sdk": ["databricks-sdk~=0.20.0"],
|
|
66
66
|
"sqlalchemy": ["sqlalchemy~=2.0"],
|
|
67
67
|
"dask": [
|
|
68
|
-
#
|
|
69
|
-
#
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
68
|
+
# Use ~= instead of >= to avoid installing newer versions of dask and distributed,
|
|
69
|
+
# which can cause incompatibilities between the client and the Dask scheduler/worker.
|
|
70
|
+
# (both must be the same version)
|
|
71
|
+
# Reference: https://blog.dask.org/2023/04/14/scheduler-environment-requirements
|
|
72
|
+
# Note: dask 2023 does not work on Python 3.11, and dask 2024 requires dependencies
|
|
73
|
+
# that MLRun with Python 3.9 cannot support.
|
|
74
|
+
'dask~=2023.12.1; python_version < "3.11"',
|
|
75
|
+
'dask==2024.8; python_version >= "3.11"',
|
|
76
|
+
'distributed~=2023.12.1; python_version < "3.11"',
|
|
77
|
+
'distributed==2024.8; python_version >= "3.11"',
|
|
74
78
|
],
|
|
75
79
|
"alibaba-oss": ["ossfs==2025.5.0", "oss2==2.18.4"],
|
|
76
80
|
"tdengine": ["taos-ws-py==0.3.2"],
|
|
@@ -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
|
|
@@ -182,7 +182,7 @@ def run_function(
|
|
|
182
182
|
The `count` field in the `Retry` object specifies the number of retry attempts.
|
|
183
183
|
If `count=0`, the run will not be retried.
|
|
184
184
|
The `backoff` field specifies the retry backoff strategy between retry attempts.
|
|
185
|
-
If not provided,
|
|
185
|
+
If not provided, the default backoff delay is 30 seconds.
|
|
186
186
|
:return: MLRun RunObject or PipelineNodeWrapper
|
|
187
187
|
"""
|
|
188
188
|
if artifact_path:
|
|
@@ -4109,7 +4109,7 @@ class MlrunProject(ModelObj):
|
|
|
4109
4109
|
The `count` field in the `Retry` object specifies the number of retry attempts.
|
|
4110
4110
|
If `count=0`, the run will not be retried.
|
|
4111
4111
|
The `backoff` field specifies the retry backoff strategy between retry attempts.
|
|
4112
|
-
If not provided,
|
|
4112
|
+
If not provided, the default backoff delay is 30 seconds.
|
|
4113
4113
|
:return: MLRun RunObject or PipelineNodeWrapper
|
|
4114
4114
|
"""
|
|
4115
4115
|
if artifact_path:
|
|
@@ -381,7 +381,7 @@ class BaseRuntime(ModelObj):
|
|
|
381
381
|
The `count` field in the `Retry` object specifies the number of retry attempts.
|
|
382
382
|
If `count=0`, the run will not be retried.
|
|
383
383
|
The `backoff` field specifies the retry backoff strategy between retry attempts.
|
|
384
|
-
If not provided,
|
|
384
|
+
If not provided, the default backoff delay is 30 seconds.
|
|
385
385
|
:return: Run context object (RunObject) with run metadata, results and status
|
|
386
386
|
"""
|
|
387
387
|
if artifact_path or out_path:
|
|
@@ -448,22 +448,45 @@ def enrich_function_from_dict(function, function_dict):
|
|
|
448
448
|
return function
|
|
449
449
|
|
|
450
450
|
|
|
451
|
+
def resolve_owner(
|
|
452
|
+
labels: dict,
|
|
453
|
+
owner_to_enrich: Optional[str] = None,
|
|
454
|
+
):
|
|
455
|
+
"""
|
|
456
|
+
Resolve the owner label value
|
|
457
|
+
:param labels: The run labels dict
|
|
458
|
+
:param auth_username: The authenticated username
|
|
459
|
+
:return: The resolved owner label value
|
|
460
|
+
"""
|
|
461
|
+
|
|
462
|
+
if owner_to_enrich and (
|
|
463
|
+
labels.get("job-type") == mlrun.common.constants.JOB_TYPE_WORKFLOW_RUNNER
|
|
464
|
+
or labels.get("job-type")
|
|
465
|
+
== mlrun.common.constants.JOB_TYPE_RERUN_WORKFLOW_RUNNER
|
|
466
|
+
):
|
|
467
|
+
return owner_to_enrich
|
|
468
|
+
else:
|
|
469
|
+
return os.environ.get("V3IO_USERNAME") or getpass.getuser()
|
|
470
|
+
|
|
471
|
+
|
|
451
472
|
def enrich_run_labels(
|
|
452
473
|
labels: dict,
|
|
453
474
|
labels_to_enrich: Optional[list[mlrun_constants.MLRunInternalLabels]] = None,
|
|
475
|
+
owner_to_enrich: Optional[str] = None,
|
|
454
476
|
):
|
|
455
477
|
"""
|
|
456
|
-
Enrich the run labels with the internal labels and the labels enrichment extension
|
|
478
|
+
Enrich the run labels with the internal labels and the labels enrichment extension.
|
|
457
479
|
:param labels: The run labels dict
|
|
458
480
|
:param labels_to_enrich: The label keys to enrich from MLRunInternalLabels.default_run_labels_to_enrich
|
|
481
|
+
:param owner_to_enrich: Optional owner to enrich the labels with, if not provided will try to resolve it.
|
|
459
482
|
:return: The enriched labels dict
|
|
460
483
|
"""
|
|
461
484
|
# Merge the labels with the labels enrichment extension
|
|
462
485
|
labels_enrichment = {
|
|
463
|
-
mlrun_constants.MLRunInternalLabels.owner:
|
|
464
|
-
|
|
486
|
+
mlrun_constants.MLRunInternalLabels.owner: resolve_owner(
|
|
487
|
+
labels, owner_to_enrich
|
|
488
|
+
),
|
|
465
489
|
}
|
|
466
|
-
|
|
467
490
|
# Resolve which label keys to enrich
|
|
468
491
|
if labels_to_enrich is None:
|
|
469
492
|
labels_to_enrich = (
|
|
@@ -45,7 +45,6 @@ import pytz
|
|
|
45
45
|
import semver
|
|
46
46
|
import yaml
|
|
47
47
|
from dateutil import parser
|
|
48
|
-
from orjson import orjson
|
|
49
48
|
from pandas import Timedelta, Timestamp
|
|
50
49
|
from yaml.representer import RepresenterError
|
|
51
50
|
|
|
@@ -503,9 +502,14 @@ def get_in(obj, keys, default=None):
|
|
|
503
502
|
if isinstance(keys, str):
|
|
504
503
|
keys = keys.split(".")
|
|
505
504
|
for key in keys:
|
|
506
|
-
if
|
|
505
|
+
if obj is None:
|
|
507
506
|
return default
|
|
508
|
-
obj
|
|
507
|
+
if isinstance(obj, dict):
|
|
508
|
+
if key not in obj:
|
|
509
|
+
return default
|
|
510
|
+
obj = obj[key]
|
|
511
|
+
else:
|
|
512
|
+
obj = getattr(obj, key, default)
|
|
509
513
|
return obj
|
|
510
514
|
|
|
511
515
|
|
|
@@ -1218,61 +1222,6 @@ def get_workflow_url(
|
|
|
1218
1222
|
return url
|
|
1219
1223
|
|
|
1220
1224
|
|
|
1221
|
-
def get_kfp_list_runs_filter(
|
|
1222
|
-
start_date: Optional[str] = None,
|
|
1223
|
-
end_date: Optional[str] = None,
|
|
1224
|
-
filter_: Optional[str] = None,
|
|
1225
|
-
experiment_ids: Optional[list[str]] = None,
|
|
1226
|
-
) -> str:
|
|
1227
|
-
"""
|
|
1228
|
-
Generate a filter for KFP runs based on start and end dates, and experiment IDs.
|
|
1229
|
-
"""
|
|
1230
|
-
existing_filter_object = json.loads(filter_) if filter_ else {"predicates": []}
|
|
1231
|
-
preserved_predicates = [
|
|
1232
|
-
predicate
|
|
1233
|
-
for predicate in existing_filter_object.get("predicates", [])
|
|
1234
|
-
if predicate.get("key") != "name"
|
|
1235
|
-
]
|
|
1236
|
-
|
|
1237
|
-
new_predicates = []
|
|
1238
|
-
if end_date:
|
|
1239
|
-
new_predicates.append(
|
|
1240
|
-
{
|
|
1241
|
-
"key": mlrun_pipelines.models.FilterFields.CREATED_AT,
|
|
1242
|
-
"op": mlrun_pipelines.models.FilterOperations.LESS_THAN_EQUALS.value,
|
|
1243
|
-
"timestamp_value": end_date,
|
|
1244
|
-
}
|
|
1245
|
-
)
|
|
1246
|
-
|
|
1247
|
-
if start_date:
|
|
1248
|
-
new_predicates.append(
|
|
1249
|
-
{
|
|
1250
|
-
"key": mlrun_pipelines.models.FilterFields.CREATED_AT,
|
|
1251
|
-
"op": mlrun_pipelines.models.FilterOperations.GREATER_THAN_EQUALS.value,
|
|
1252
|
-
"timestamp_value": start_date,
|
|
1253
|
-
}
|
|
1254
|
-
)
|
|
1255
|
-
|
|
1256
|
-
if experiment_ids and all(experiment_ids):
|
|
1257
|
-
new_predicates.append(
|
|
1258
|
-
{
|
|
1259
|
-
"key": mlrun_pipelines.models.FilterFields.EXPERIMENT_ID,
|
|
1260
|
-
"op": mlrun_pipelines.models.FilterOperations.IN.value,
|
|
1261
|
-
"string_values": {"values": experiment_ids},
|
|
1262
|
-
}
|
|
1263
|
-
)
|
|
1264
|
-
|
|
1265
|
-
final_filter_object = {"predicates": preserved_predicates + new_predicates}
|
|
1266
|
-
if not final_filter_object["predicates"]:
|
|
1267
|
-
return ""
|
|
1268
|
-
|
|
1269
|
-
logger.debug(
|
|
1270
|
-
"Generated KFP runs filter",
|
|
1271
|
-
filter_object_with_predicates=final_filter_object,
|
|
1272
|
-
)
|
|
1273
|
-
return orjson.dumps(final_filter_object).decode()
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
1225
|
def validate_and_convert_date(date_input: str) -> str:
|
|
1277
1226
|
"""
|
|
1278
1227
|
Converts any recognizable date string into a standardized RFC 3339 format.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mlrun
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.0rc33
|
|
4
4
|
Summary: Tracking and config of machine learning runs
|
|
5
5
|
Home-page: https://github.com/mlrun/mlrun
|
|
6
6
|
Author: Yaron Haviv
|
|
@@ -91,10 +91,10 @@ Requires-Dist: databricks-sdk~=0.20.0; extra == "databricks-sdk"
|
|
|
91
91
|
Provides-Extra: sqlalchemy
|
|
92
92
|
Requires-Dist: sqlalchemy~=2.0; extra == "sqlalchemy"
|
|
93
93
|
Provides-Extra: dask
|
|
94
|
-
Requires-Dist: dask
|
|
95
|
-
Requires-Dist: dask
|
|
96
|
-
Requires-Dist: distributed
|
|
97
|
-
Requires-Dist: distributed
|
|
94
|
+
Requires-Dist: dask~=2023.12.1; python_version < "3.11" and extra == "dask"
|
|
95
|
+
Requires-Dist: dask==2024.8; python_version >= "3.11" and extra == "dask"
|
|
96
|
+
Requires-Dist: distributed~=2023.12.1; python_version < "3.11" and extra == "dask"
|
|
97
|
+
Requires-Dist: distributed==2024.8; python_version >= "3.11" and extra == "dask"
|
|
98
98
|
Provides-Extra: alibaba-oss
|
|
99
99
|
Requires-Dist: ossfs==2025.5.0; extra == "alibaba-oss"
|
|
100
100
|
Requires-Dist: oss2==2.18.4; extra == "alibaba-oss"
|
|
@@ -132,11 +132,11 @@ Requires-Dist: azure-core~=1.24; extra == "all"
|
|
|
132
132
|
Requires-Dist: azure-identity~=1.5; extra == "all"
|
|
133
133
|
Requires-Dist: azure-keyvault-secrets~=4.2; extra == "all"
|
|
134
134
|
Requires-Dist: boto3<1.36,>=1.28.0; extra == "all"
|
|
135
|
-
Requires-Dist: dask
|
|
136
|
-
Requires-Dist: dask
|
|
135
|
+
Requires-Dist: dask==2024.8; python_version >= "3.11" and extra == "all"
|
|
136
|
+
Requires-Dist: dask~=2023.12.1; python_version < "3.11" and extra == "all"
|
|
137
137
|
Requires-Dist: databricks-sdk~=0.20.0; extra == "all"
|
|
138
|
-
Requires-Dist: distributed
|
|
139
|
-
Requires-Dist: distributed
|
|
138
|
+
Requires-Dist: distributed==2024.8; python_version >= "3.11" and extra == "all"
|
|
139
|
+
Requires-Dist: distributed~=2023.12.1; python_version < "3.11" and extra == "all"
|
|
140
140
|
Requires-Dist: gcsfs<=2025.7.0,>=2025.5.1; extra == "all"
|
|
141
141
|
Requires-Dist: google-cloud-bigquery-storage~=2.17; extra == "all"
|
|
142
142
|
Requires-Dist: google-cloud-bigquery[bqstorage,pandas]==3.14.1; extra == "all"
|
|
@@ -163,11 +163,11 @@ Requires-Dist: azure-core~=1.24; extra == "complete"
|
|
|
163
163
|
Requires-Dist: azure-identity~=1.5; extra == "complete"
|
|
164
164
|
Requires-Dist: azure-keyvault-secrets~=4.2; extra == "complete"
|
|
165
165
|
Requires-Dist: boto3<1.36,>=1.28.0; extra == "complete"
|
|
166
|
-
Requires-Dist: dask
|
|
167
|
-
Requires-Dist: dask
|
|
166
|
+
Requires-Dist: dask==2024.8; python_version >= "3.11" and extra == "complete"
|
|
167
|
+
Requires-Dist: dask~=2023.12.1; python_version < "3.11" and extra == "complete"
|
|
168
168
|
Requires-Dist: databricks-sdk~=0.20.0; extra == "complete"
|
|
169
|
-
Requires-Dist: distributed
|
|
170
|
-
Requires-Dist: distributed
|
|
169
|
+
Requires-Dist: distributed==2024.8; python_version >= "3.11" and extra == "complete"
|
|
170
|
+
Requires-Dist: distributed~=2023.12.1; python_version < "3.11" and extra == "complete"
|
|
171
171
|
Requires-Dist: gcsfs<=2025.7.0,>=2025.5.1; extra == "complete"
|
|
172
172
|
Requires-Dist: google-cloud-bigquery-storage~=2.17; extra == "complete"
|
|
173
173
|
Requires-Dist: google-cloud-bigquery[bqstorage,pandas]==3.14.1; extra == "complete"
|
|
@@ -198,11 +198,11 @@ Requires-Dist: azure-identity~=1.5; extra == "complete-api"
|
|
|
198
198
|
Requires-Dist: azure-keyvault-secrets~=4.2; extra == "complete-api"
|
|
199
199
|
Requires-Dist: boto3<1.36,>=1.28.0; extra == "complete-api"
|
|
200
200
|
Requires-Dist: dask-kubernetes~=0.11.0; extra == "complete-api"
|
|
201
|
-
Requires-Dist: dask
|
|
202
|
-
Requires-Dist: dask
|
|
201
|
+
Requires-Dist: dask==2024.8; python_version >= "3.11" and extra == "complete-api"
|
|
202
|
+
Requires-Dist: dask~=2023.12.1; python_version < "3.11" and extra == "complete-api"
|
|
203
203
|
Requires-Dist: databricks-sdk~=0.20.0; extra == "complete-api"
|
|
204
|
-
Requires-Dist: distributed
|
|
205
|
-
Requires-Dist: distributed
|
|
204
|
+
Requires-Dist: distributed==2024.8; python_version >= "3.11" and extra == "complete-api"
|
|
205
|
+
Requires-Dist: distributed~=2023.12.1; python_version < "3.11" and extra == "complete-api"
|
|
206
206
|
Requires-Dist: fastapi~=0.116.0; extra == "complete-api"
|
|
207
207
|
Requires-Dist: gcsfs<=2025.7.0,>=2025.5.1; extra == "complete-api"
|
|
208
208
|
Requires-Dist: google-cloud-bigquery-storage~=2.17; extra == "complete-api"
|
|
@@ -71,12 +71,12 @@ sqlalchemy~=2.0
|
|
|
71
71
|
taos-ws-py==0.3.2
|
|
72
72
|
|
|
73
73
|
[all:python_version < "3.11"]
|
|
74
|
-
dask
|
|
75
|
-
distributed
|
|
74
|
+
dask~=2023.12.1
|
|
75
|
+
distributed~=2023.12.1
|
|
76
76
|
|
|
77
77
|
[all:python_version >= "3.11"]
|
|
78
|
-
dask
|
|
79
|
-
distributed
|
|
78
|
+
dask==2024.8
|
|
79
|
+
distributed==2024.8
|
|
80
80
|
|
|
81
81
|
[api]
|
|
82
82
|
uvicorn~=0.32.1
|
|
@@ -182,33 +182,33 @@ timelength~=1.1
|
|
|
182
182
|
uvicorn~=0.32.1
|
|
183
183
|
|
|
184
184
|
[complete-api:python_version < "3.11"]
|
|
185
|
-
dask
|
|
186
|
-
distributed
|
|
185
|
+
dask~=2023.12.1
|
|
186
|
+
distributed~=2023.12.1
|
|
187
187
|
|
|
188
188
|
[complete-api:python_version >= "3.11"]
|
|
189
|
-
dask
|
|
190
|
-
distributed
|
|
189
|
+
dask==2024.8
|
|
190
|
+
distributed==2024.8
|
|
191
191
|
|
|
192
192
|
[complete-api:sys_platform != "win32"]
|
|
193
193
|
memray~=1.12
|
|
194
194
|
|
|
195
195
|
[complete:python_version < "3.11"]
|
|
196
|
-
dask
|
|
197
|
-
distributed
|
|
196
|
+
dask~=2023.12.1
|
|
197
|
+
distributed~=2023.12.1
|
|
198
198
|
|
|
199
199
|
[complete:python_version >= "3.11"]
|
|
200
|
-
dask
|
|
201
|
-
distributed
|
|
200
|
+
dask==2024.8
|
|
201
|
+
distributed==2024.8
|
|
202
202
|
|
|
203
203
|
[dask]
|
|
204
204
|
|
|
205
205
|
[dask:python_version < "3.11"]
|
|
206
|
-
dask
|
|
207
|
-
distributed
|
|
206
|
+
dask~=2023.12.1
|
|
207
|
+
distributed~=2023.12.1
|
|
208
208
|
|
|
209
209
|
[dask:python_version >= "3.11"]
|
|
210
|
-
dask
|
|
211
|
-
distributed
|
|
210
|
+
dask==2024.8
|
|
211
|
+
distributed==2024.8
|
|
212
212
|
|
|
213
213
|
[databricks-sdk]
|
|
214
214
|
databricks-sdk~=0.20.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|