mlrun 1.10.0rc32__tar.gz → 1.10.0rc34__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.

Files changed (400) hide show
  1. {mlrun-1.10.0rc32/mlrun.egg-info → mlrun-1.10.0rc34}/PKG-INFO +17 -17
  2. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/dependencies.py +10 -6
  3. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/extras-requirements.txt +4 -4
  4. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/pipeline.py +1 -1
  5. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/azure_blob.py +12 -1
  6. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/projects/operations.py +1 -1
  7. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/projects/project.py +10 -4
  8. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/base.py +1 -1
  9. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/utils.py +27 -4
  10. mlrun-1.10.0rc34/mlrun/serving/steps.py +62 -0
  11. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/helpers.py +7 -58
  12. mlrun-1.10.0rc34/mlrun/utils/version/version.json +4 -0
  13. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34/mlrun.egg-info}/PKG-INFO +17 -17
  14. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun.egg-info/SOURCES.txt +1 -0
  15. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun.egg-info/requires.txt +16 -16
  16. mlrun-1.10.0rc32/mlrun/utils/version/version.json +0 -4
  17. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/LICENSE +0 -0
  18. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/MANIFEST.in +0 -0
  19. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/Makefile +0 -0
  20. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/README.md +0 -0
  21. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/dev-requirements.txt +0 -0
  22. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/dockerfiles/mlrun-api/requirements.txt +0 -0
  23. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/archive.zip +0 -0
  24. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/function.py +0 -0
  25. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/handler.py +0 -0
  26. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/infile.txt +0 -0
  27. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/load-project.ipynb +0 -0
  28. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/mlrun_basics.ipynb +0 -0
  29. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/mlrun_dask.ipynb +0 -0
  30. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/mlrun_db.ipynb +0 -0
  31. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/mlrun_export_import.ipynb +0 -0
  32. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/mlrun_jobs.ipynb +0 -0
  33. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/mlrun_sparkk8s.ipynb +0 -0
  34. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/mlrun_vault.ipynb +0 -0
  35. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/model.bst +0 -0
  36. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/new-project.ipynb +0 -0
  37. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/nulltst.py +0 -0
  38. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/params.csv +0 -0
  39. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/remote-spark.ipynb +0 -0
  40. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/secrets.txt +0 -0
  41. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/spark-function.py +0 -0
  42. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/training.py +0 -0
  43. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/v2_model_server.ipynb +0 -0
  44. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/examples/xgb_serving.ipynb +0 -0
  45. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/__init__.py +0 -0
  46. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/__main__.py +0 -0
  47. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/alerts/__init__.py +0 -0
  48. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/alerts/alert.py +0 -0
  49. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/artifacts/__init__.py +0 -0
  50. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/artifacts/base.py +0 -0
  51. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/artifacts/dataset.py +0 -0
  52. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/artifacts/document.py +0 -0
  53. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/artifacts/helpers.py +0 -0
  54. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/artifacts/llm_prompt.py +0 -0
  55. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/artifacts/manager.py +0 -0
  56. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/artifacts/model.py +0 -0
  57. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/artifacts/plots.py +0 -0
  58. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/__init__.py +0 -0
  59. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/constants.py +0 -0
  60. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/db/__init__.py +0 -0
  61. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/db/dialects.py +0 -0
  62. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/formatters/__init__.py +0 -0
  63. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/formatters/artifact.py +0 -0
  64. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/formatters/base.py +0 -0
  65. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/formatters/feature_set.py +0 -0
  66. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/formatters/function.py +0 -0
  67. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/formatters/model_endpoint.py +0 -0
  68. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/formatters/pipeline.py +0 -0
  69. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/formatters/project.py +0 -0
  70. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/formatters/run.py +0 -0
  71. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/helpers.py +0 -0
  72. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/model_monitoring/__init__.py +0 -0
  73. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/model_monitoring/helpers.py +0 -0
  74. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/runtimes/constants.py +0 -0
  75. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/__init__.py +0 -0
  76. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/alert.py +0 -0
  77. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/api_gateway.py +0 -0
  78. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/artifact.py +0 -0
  79. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/auth.py +0 -0
  80. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/background_task.py +0 -0
  81. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/client_spec.py +0 -0
  82. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/clusterization_spec.py +0 -0
  83. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/common.py +0 -0
  84. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/constants.py +0 -0
  85. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/datastore_profile.py +0 -0
  86. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/events.py +0 -0
  87. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/feature_store.py +0 -0
  88. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/frontend_spec.py +0 -0
  89. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/function.py +0 -0
  90. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/http.py +0 -0
  91. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/hub.py +0 -0
  92. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/k8s.py +0 -0
  93. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/memory_reports.py +0 -0
  94. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/model_monitoring/__init__.py +0 -0
  95. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/model_monitoring/constants.py +0 -0
  96. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/model_monitoring/functions.py +0 -0
  97. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/model_monitoring/grafana.py +0 -0
  98. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/model_monitoring/model_endpoints.py +0 -0
  99. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/notification.py +0 -0
  100. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/object.py +0 -0
  101. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/pagination.py +0 -0
  102. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/partition.py +0 -0
  103. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/project.py +0 -0
  104. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/regex.py +0 -0
  105. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/runs.py +0 -0
  106. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/runtime_resource.py +0 -0
  107. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/schedule.py +0 -0
  108. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/secret.py +0 -0
  109. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/serving.py +0 -0
  110. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/tag.py +0 -0
  111. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/schemas/workflow.py +0 -0
  112. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/secrets.py +0 -0
  113. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/common/types.py +0 -0
  114. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/config.py +0 -0
  115. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/data_types/__init__.py +0 -0
  116. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/data_types/data_types.py +0 -0
  117. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/data_types/infer.py +0 -0
  118. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/data_types/spark.py +0 -0
  119. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/data_types/to_pandas.py +0 -0
  120. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/__init__.py +0 -0
  121. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/alibaba_oss.py +0 -0
  122. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/base.py +0 -0
  123. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/datastore.py +0 -0
  124. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/datastore_profile.py +0 -0
  125. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/dbfs_store.py +0 -0
  126. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/filestore.py +0 -0
  127. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/google_cloud_storage.py +0 -0
  128. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/hdfs.py +0 -0
  129. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/inmem.py +0 -0
  130. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/model_provider/__init__.py +0 -0
  131. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/model_provider/huggingface_provider.py +0 -0
  132. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/model_provider/mock_model_provider.py +0 -0
  133. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/model_provider/model_provider.py +0 -0
  134. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/model_provider/openai_provider.py +0 -0
  135. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/redis.py +0 -0
  136. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/remote_client.py +0 -0
  137. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/s3.py +0 -0
  138. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/snowflake_utils.py +0 -0
  139. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/sources.py +0 -0
  140. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/spark_udf.py +0 -0
  141. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/spark_utils.py +0 -0
  142. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/store_resources.py +0 -0
  143. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/storeytargets.py +0 -0
  144. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/targets.py +0 -0
  145. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/utils.py +0 -0
  146. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/v3io.py +0 -0
  147. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/vectorstore.py +0 -0
  148. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/wasbfs/__init__.py +0 -0
  149. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/datastore/wasbfs/fs.py +0 -0
  150. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/db/__init__.py +0 -0
  151. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/db/auth_utils.py +0 -0
  152. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/db/base.py +0 -0
  153. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/db/factory.py +0 -0
  154. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/db/httpdb.py +0 -0
  155. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/db/nopdb.py +0 -0
  156. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/errors.py +0 -0
  157. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/execution.py +0 -0
  158. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/feature_store/__init__.py +0 -0
  159. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/feature_store/api.py +0 -0
  160. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/feature_store/common.py +0 -0
  161. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/feature_store/feature_set.py +0 -0
  162. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/feature_store/feature_vector.py +0 -0
  163. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/feature_store/feature_vector_utils.py +0 -0
  164. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/feature_store/ingestion.py +0 -0
  165. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/feature_store/retrieval/__init__.py +0 -0
  166. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/feature_store/retrieval/base.py +0 -0
  167. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/feature_store/retrieval/dask_merger.py +0 -0
  168. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/feature_store/retrieval/job.py +0 -0
  169. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/feature_store/retrieval/local_merger.py +0 -0
  170. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/feature_store/retrieval/spark_merger.py +0 -0
  171. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/feature_store/retrieval/storey_merger.py +0 -0
  172. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/feature_store/steps.py +0 -0
  173. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/features.py +0 -0
  174. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/__init__.py +0 -0
  175. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_common/__init__.py +0 -0
  176. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_common/artifacts_library.py +0 -0
  177. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_common/mlrun_interface.py +0 -0
  178. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_common/model_handler.py +0 -0
  179. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_common/plan.py +0 -0
  180. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_common/producer.py +0 -0
  181. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_common/utils.py +0 -0
  182. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_dl_common/__init__.py +0 -0
  183. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_dl_common/loggers/__init__.py +0 -0
  184. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_dl_common/loggers/logger.py +0 -0
  185. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_dl_common/loggers/mlrun_logger.py +0 -0
  186. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_dl_common/loggers/tensorboard_logger.py +0 -0
  187. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_dl_common/model_handler.py +0 -0
  188. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_dl_common/utils.py +0 -0
  189. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_ml_common/__init__.py +0 -0
  190. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_ml_common/artifacts_library.py +0 -0
  191. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_ml_common/loggers/__init__.py +0 -0
  192. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_ml_common/loggers/logger.py +0 -0
  193. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_ml_common/loggers/mlrun_logger.py +0 -0
  194. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_ml_common/model_handler.py +0 -0
  195. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_ml_common/pkl_model_server.py +0 -0
  196. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_ml_common/plan.py +0 -0
  197. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_ml_common/plans/__init__.py +0 -0
  198. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_ml_common/plans/calibration_curve_plan.py +0 -0
  199. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_ml_common/plans/confusion_matrix_plan.py +0 -0
  200. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_ml_common/plans/dataset_plan.py +0 -0
  201. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_ml_common/plans/feature_importance_plan.py +0 -0
  202. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_ml_common/plans/roc_curve_plan.py +0 -0
  203. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_ml_common/producer.py +0 -0
  204. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/_ml_common/utils.py +0 -0
  205. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/auto_mlrun/__init__.py +0 -0
  206. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/auto_mlrun/auto_mlrun.py +0 -0
  207. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/huggingface/__init__.py +0 -0
  208. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/huggingface/model_server.py +0 -0
  209. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/lgbm/__init__.py +0 -0
  210. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/lgbm/callbacks/__init__.py +0 -0
  211. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/lgbm/callbacks/callback.py +0 -0
  212. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/lgbm/callbacks/logging_callback.py +0 -0
  213. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/lgbm/callbacks/mlrun_logging_callback.py +0 -0
  214. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/lgbm/mlrun_interfaces/__init__.py +0 -0
  215. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/lgbm/mlrun_interfaces/booster_mlrun_interface.py +0 -0
  216. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/lgbm/mlrun_interfaces/mlrun_interface.py +0 -0
  217. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/lgbm/mlrun_interfaces/model_mlrun_interface.py +0 -0
  218. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/lgbm/model_handler.py +0 -0
  219. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/lgbm/model_server.py +0 -0
  220. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/lgbm/utils.py +0 -0
  221. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/onnx/__init__.py +0 -0
  222. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/onnx/dataset.py +0 -0
  223. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/onnx/mlrun_interface.py +0 -0
  224. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/onnx/model_handler.py +0 -0
  225. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/onnx/model_server.py +0 -0
  226. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/parallel_coordinates.py +0 -0
  227. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/pytorch/__init__.py +0 -0
  228. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/pytorch/callbacks/__init__.py +0 -0
  229. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/pytorch/callbacks/callback.py +0 -0
  230. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/pytorch/callbacks/logging_callback.py +0 -0
  231. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/pytorch/callbacks/mlrun_logging_callback.py +0 -0
  232. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/pytorch/callbacks/tensorboard_logging_callback.py +0 -0
  233. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/pytorch/callbacks_handler.py +0 -0
  234. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/pytorch/mlrun_interface.py +0 -0
  235. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/pytorch/model_handler.py +0 -0
  236. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/pytorch/model_server.py +0 -0
  237. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/pytorch/utils.py +0 -0
  238. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/sklearn/__init__.py +0 -0
  239. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/sklearn/estimator.py +0 -0
  240. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/sklearn/metric.py +0 -0
  241. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/sklearn/metrics_library.py +0 -0
  242. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/sklearn/mlrun_interface.py +0 -0
  243. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/sklearn/model_handler.py +0 -0
  244. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/sklearn/utils.py +0 -0
  245. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/tf_keras/__init__.py +0 -0
  246. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/tf_keras/callbacks/__init__.py +0 -0
  247. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/tf_keras/callbacks/logging_callback.py +0 -0
  248. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/tf_keras/callbacks/mlrun_logging_callback.py +0 -0
  249. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/tf_keras/callbacks/tensorboard_logging_callback.py +0 -0
  250. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/tf_keras/mlrun_interface.py +0 -0
  251. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/tf_keras/model_handler.py +0 -0
  252. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/tf_keras/model_server.py +0 -0
  253. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/tf_keras/utils.py +0 -0
  254. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/xgboost/__init__.py +0 -0
  255. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/xgboost/mlrun_interface.py +0 -0
  256. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/xgboost/model_handler.py +0 -0
  257. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/frameworks/xgboost/utils.py +0 -0
  258. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/hub/__init__.py +0 -0
  259. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/hub/module.py +0 -0
  260. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/k8s_utils.py +0 -0
  261. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/launcher/__init__.py +0 -0
  262. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/launcher/base.py +0 -0
  263. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/launcher/client.py +0 -0
  264. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/launcher/factory.py +0 -0
  265. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/launcher/local.py +0 -0
  266. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/launcher/remote.py +0 -0
  267. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/lists.py +0 -0
  268. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model.py +0 -0
  269. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/__init__.py +0 -0
  270. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/api.py +0 -0
  271. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/applications/__init__.py +0 -0
  272. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/applications/_application_steps.py +0 -0
  273. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/applications/base.py +0 -0
  274. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/applications/context.py +0 -0
  275. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/applications/evidently/__init__.py +0 -0
  276. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/applications/evidently/base.py +0 -0
  277. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/applications/histogram_data_drift.py +0 -0
  278. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/applications/results.py +0 -0
  279. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/controller.py +0 -0
  280. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/db/__init__.py +0 -0
  281. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/db/_schedules.py +0 -0
  282. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/db/_stats.py +0 -0
  283. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/db/tsdb/__init__.py +0 -0
  284. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/db/tsdb/base.py +0 -0
  285. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/db/tsdb/helpers.py +0 -0
  286. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/db/tsdb/tdengine/__init__.py +0 -0
  287. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/db/tsdb/tdengine/schemas.py +0 -0
  288. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/db/tsdb/tdengine/stream_graph_steps.py +0 -0
  289. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/db/tsdb/tdengine/tdengine_connection.py +0 -0
  290. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/db/tsdb/tdengine/tdengine_connector.py +0 -0
  291. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/db/tsdb/tdengine/writer_graph_steps.py +0 -0
  292. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/db/tsdb/v3io/__init__.py +0 -0
  293. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/db/tsdb/v3io/stream_graph_steps.py +0 -0
  294. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/db/tsdb/v3io/v3io_connector.py +0 -0
  295. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/features_drift_table.py +0 -0
  296. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/helpers.py +0 -0
  297. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/metrics/__init__.py +0 -0
  298. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/metrics/histogram_distance.py +0 -0
  299. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/stream_processing.py +0 -0
  300. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/model_monitoring/writer.py +0 -0
  301. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/package/__init__.py +0 -0
  302. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/package/context_handler.py +0 -0
  303. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/package/errors.py +0 -0
  304. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/package/packager.py +0 -0
  305. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/package/packagers/__init__.py +0 -0
  306. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/package/packagers/default_packager.py +0 -0
  307. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/package/packagers/numpy_packagers.py +0 -0
  308. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/package/packagers/pandas_packagers.py +0 -0
  309. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/package/packagers/python_standard_library_packagers.py +0 -0
  310. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/package/packagers_manager.py +0 -0
  311. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/package/utils/__init__.py +0 -0
  312. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/package/utils/_archiver.py +0 -0
  313. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/package/utils/_formatter.py +0 -0
  314. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/package/utils/_pickler.py +0 -0
  315. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/package/utils/_supported_format.py +0 -0
  316. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/package/utils/log_hint_utils.py +0 -0
  317. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/package/utils/type_hint_utils.py +0 -0
  318. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/platforms/__init__.py +0 -0
  319. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/platforms/iguazio.py +0 -0
  320. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/projects/__init__.py +0 -0
  321. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/projects/pipelines.py +0 -0
  322. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/render.py +0 -0
  323. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/run.py +0 -0
  324. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/__init__.py +0 -0
  325. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/daskjob.py +0 -0
  326. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/databricks_job/__init__.py +0 -0
  327. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/databricks_job/databricks_cancel_task.py +0 -0
  328. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/databricks_job/databricks_runtime.py +0 -0
  329. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/databricks_job/databricks_wrapper.py +0 -0
  330. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/funcdoc.py +0 -0
  331. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/function_reference.py +0 -0
  332. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/generators.py +0 -0
  333. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/kubejob.py +0 -0
  334. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/local.py +0 -0
  335. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/mounts.py +0 -0
  336. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/mpijob/__init__.py +0 -0
  337. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/mpijob/abstract.py +0 -0
  338. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/mpijob/v1.py +0 -0
  339. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/nuclio/__init__.py +0 -0
  340. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/nuclio/api_gateway.py +0 -0
  341. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/nuclio/application/__init__.py +0 -0
  342. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/nuclio/application/application.py +0 -0
  343. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/nuclio/application/reverse_proxy.go +0 -0
  344. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/nuclio/function.py +0 -0
  345. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/nuclio/nuclio.py +0 -0
  346. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/nuclio/serving.py +0 -0
  347. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/pod.py +0 -0
  348. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/remotesparkjob.py +0 -0
  349. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/sparkjob/__init__.py +0 -0
  350. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/runtimes/sparkjob/spark3job.py +0 -0
  351. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/secrets.py +0 -0
  352. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/serving/__init__.py +0 -0
  353. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/serving/merger.py +0 -0
  354. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/serving/remote.py +0 -0
  355. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/serving/routers.py +0 -0
  356. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/serving/server.py +0 -0
  357. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/serving/serving_wrapper.py +0 -0
  358. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/serving/states.py +0 -0
  359. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/serving/system_steps.py +0 -0
  360. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/serving/utils.py +0 -0
  361. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/serving/v1_serving.py +0 -0
  362. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/serving/v2_serving.py +0 -0
  363. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/track/__init__.py +0 -0
  364. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/track/tracker.py +0 -0
  365. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/track/tracker_manager.py +0 -0
  366. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/track/trackers/__init__.py +0 -0
  367. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/track/trackers/mlflow_tracker.py +0 -0
  368. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/__init__.py +0 -0
  369. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/async_http.py +0 -0
  370. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/azure_vault.py +0 -0
  371. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/clones.py +0 -0
  372. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/condition_evaluator.py +0 -0
  373. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/http.py +0 -0
  374. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/logger.py +0 -0
  375. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/notifications/__init__.py +0 -0
  376. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/notifications/notification/__init__.py +0 -0
  377. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/notifications/notification/base.py +0 -0
  378. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/notifications/notification/console.py +0 -0
  379. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/notifications/notification/git.py +0 -0
  380. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/notifications/notification/ipython.py +0 -0
  381. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/notifications/notification/mail.py +0 -0
  382. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/notifications/notification/slack.py +0 -0
  383. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/notifications/notification/webhook.py +0 -0
  384. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/notifications/notification_pusher.py +0 -0
  385. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/regex.py +0 -0
  386. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/retryer.py +0 -0
  387. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/singleton.py +0 -0
  388. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/v3io_clients.py +0 -0
  389. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/vault.py +0 -0
  390. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/version/__init__.py +0 -0
  391. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun/utils/version/version.py +0 -0
  392. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun.egg-info/dependency_links.txt +0 -0
  393. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun.egg-info/entry_points.txt +0 -0
  394. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun.egg-info/not-zip-safe +0 -0
  395. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/mlrun.egg-info/top_level.txt +0 -0
  396. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/packages.py +0 -0
  397. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/pyproject.toml +0 -0
  398. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/requirements.txt +0 -0
  399. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/setup.cfg +0 -0
  400. {mlrun-1.10.0rc32 → mlrun-1.10.0rc34}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mlrun
3
- Version: 1.10.0rc32
3
+ Version: 1.10.0rc34
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>=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"
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>=2023.12.1; python_version < "3.11" and extra == "all"
136
- Requires-Dist: dask>=2024.8; python_version >= "3.11" and extra == "all"
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>=2023.12.1; python_version < "3.11" and extra == "all"
139
- Requires-Dist: distributed>=2024.8; python_version >= "3.11" and extra == "all"
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>=2023.12.1; python_version < "3.11" and extra == "complete"
167
- Requires-Dist: dask>=2024.8; python_version >= "3.11" and extra == "complete"
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>=2023.12.1; python_version < "3.11" and extra == "complete"
170
- Requires-Dist: distributed>=2024.8; python_version >= "3.11" and extra == "complete"
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>=2023.12.1; python_version < "3.11" and extra == "complete-api"
202
- Requires-Dist: dask>=2024.8; python_version >= "3.11" and extra == "complete-api"
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>=2023.12.1; python_version < "3.11" and extra == "complete-api"
205
- Requires-Dist: distributed>=2024.8; python_version >= "3.11" and extra == "complete-api"
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
- # dask 2023 does not work on python 3.11
69
- # dask 2024 requires dependencies that current mlrun with 3.9 cannot support
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"',
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>=2023.12.1; python_version < "3.11"
49
- distributed>=2023.12.1; python_version < "3.11"
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>=2024.8; python_version >= "3.11"
52
- distributed>=2024.8; python_version >= "3.11"
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
@@ -18,7 +18,7 @@ import pydantic.v1
18
18
 
19
19
 
20
20
  class PipelinesPagination(str):
21
- default_page_size = 20
21
+ default_page_size = 200
22
22
  # https://github.com/kubeflow/pipelines/blob/master/backend/src/apiserver/list/list.go#L363
23
23
  max_page_size = 200
24
24
 
@@ -234,7 +234,18 @@ class AzureBlobStore(DataStore):
234
234
  # if called without passing dataitem - like in fset.purge_targets,
235
235
  # key will include schema.
236
236
  if not schema:
237
- key = Path(self.endpoint, key).as_posix()
237
+ # For wasbs/wasb, the filesystem is scoped to the container, so we need to use
238
+ # the container name as the base path, not the hostname endpoint.
239
+ # For az://, endpoint already contains the container name.
240
+ if self.kind in ["wasbs", "wasb"]:
241
+ container = self.storage_options.get("container")
242
+ if container:
243
+ key = Path(container, key).as_posix()
244
+ else:
245
+ # If no container found, use endpoint (might be hostname, but better than nothing)
246
+ key = Path(self.endpoint, key).as_posix()
247
+ else:
248
+ key = Path(self.endpoint, key).as_posix()
238
249
  return key
239
250
 
240
251
  def upload(self, key, src_path):
@@ -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, no backoff is applied.
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:
@@ -2574,7 +2574,7 @@ class MlrunProject(ModelObj):
2574
2574
  *,
2575
2575
  deploy_histogram_data_drift_app: bool = True,
2576
2576
  wait_for_deployment: bool = False,
2577
- fetch_credentials_from_sys_config: bool = False,
2577
+ fetch_credentials_from_sys_config: bool = False, # deprecated
2578
2578
  ) -> None:
2579
2579
  """
2580
2580
  Deploy model monitoring application controller, writer and stream functions.
@@ -2609,14 +2609,20 @@ class MlrunProject(ModelObj):
2609
2609
  :param wait_for_deployment: If true, return only after the deployment is done on the backend.
2610
2610
  Otherwise, deploy the model monitoring infrastructure on the
2611
2611
  background, including the histogram data drift app if selected.
2612
- :param fetch_credentials_from_sys_config: If true, fetch the credentials from the system configuration.
2612
+ :param fetch_credentials_from_sys_config: Deprecated. If true, fetch the credentials from the project
2613
+ configuration.
2613
2614
  """
2615
+ if fetch_credentials_from_sys_config:
2616
+ warnings.warn(
2617
+ "`fetch_credentials_from_sys_config` is deprecated in 1.10.0 and will be removed in 1.12.0.",
2618
+ # TODO: Remove this in 1.12.0
2619
+ FutureWarning,
2620
+ )
2614
2621
  if base_period < 10:
2615
2622
  logger.warn(
2616
2623
  "enable_model_monitoring: 'base_period' < 10 minutes is not supported in production environments",
2617
2624
  project=self.name,
2618
2625
  )
2619
-
2620
2626
  db = mlrun.db.get_run_db(secrets=self._secrets)
2621
2627
  db.enable_model_monitoring(
2622
2628
  project=self.name,
@@ -4109,7 +4115,7 @@ class MlrunProject(ModelObj):
4109
4115
  The `count` field in the `Retry` object specifies the number of retry attempts.
4110
4116
  If `count=0`, the run will not be retried.
4111
4117
  The `backoff` field specifies the retry backoff strategy between retry attempts.
4112
- If not provided, no backoff is applied.
4118
+ If not provided, the default backoff delay is 30 seconds.
4113
4119
  :return: MLRun RunObject or PipelineNodeWrapper
4114
4120
  """
4115
4121
  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, no backoff is applied.
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: os.environ.get("V3IO_USERNAME")
464
- or getpass.getuser(),
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 = (
@@ -0,0 +1,62 @@
1
+ # Copyright 2025 Iguazio
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ from typing import Union
16
+
17
+ import storey
18
+
19
+ import mlrun.errors
20
+
21
+
22
+ class ChoiceByField(storey.Choice):
23
+ """
24
+ Selects downstream outlets to route each event based on a predetermined field.
25
+ :param field_name: event field name that contains the step name or names of the desired outlet or outlets
26
+ """
27
+
28
+ def __init__(self, field_name: Union[str, list[str]], **kwargs):
29
+ self.field_name = field_name
30
+ super().__init__(**kwargs)
31
+
32
+ def select_outlets(self, event):
33
+ # Case 1: Missing field
34
+ if self.field_name not in event:
35
+ raise mlrun.errors.MLRunRuntimeError(
36
+ f"Field '{self.field_name}' is not contained in the event keys {list(event.keys())}."
37
+ )
38
+
39
+ outlet = event[self.field_name]
40
+
41
+ # Case 2: Field exists but is None
42
+ if outlet is None:
43
+ raise mlrun.errors.MLRunInvalidArgumentError(
44
+ f"Field '{self.field_name}' exists but its value is None."
45
+ )
46
+
47
+ # Case 3: Invalid type
48
+ if not isinstance(outlet, (str, list, tuple)):
49
+ raise mlrun.errors.MLRunInvalidArgumentTypeError(
50
+ f"Field '{self.field_name}' must be a string or list of strings "
51
+ f"but is instead of type '{type(outlet).__name__}'."
52
+ )
53
+
54
+ outlets = [outlet] if isinstance(outlet, str) else outlet
55
+
56
+ # Case 4: Empty list or tuple
57
+ if not outlets:
58
+ raise mlrun.errors.MLRunRuntimeError(
59
+ f"The value of the key '{self.field_name}' cannot be an empty {type(outlets).__name__}."
60
+ )
61
+
62
+ return outlets
@@ -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 not obj or key not in obj:
505
+ if obj is None:
507
506
  return default
508
- obj = obj[key]
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.
@@ -0,0 +1,4 @@
1
+ {
2
+ "git_commit": "0d61caa563d5a76229ea18f1116fef794cd1058a",
3
+ "version": "1.10.0-rc34"
4
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mlrun
3
- Version: 1.10.0rc32
3
+ Version: 1.10.0rc34
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>=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"
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>=2023.12.1; python_version < "3.11" and extra == "all"
136
- Requires-Dist: dask>=2024.8; python_version >= "3.11" and extra == "all"
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>=2023.12.1; python_version < "3.11" and extra == "all"
139
- Requires-Dist: distributed>=2024.8; python_version >= "3.11" and extra == "all"
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>=2023.12.1; python_version < "3.11" and extra == "complete"
167
- Requires-Dist: dask>=2024.8; python_version >= "3.11" and extra == "complete"
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>=2023.12.1; python_version < "3.11" and extra == "complete"
170
- Requires-Dist: distributed>=2024.8; python_version >= "3.11" and extra == "complete"
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>=2023.12.1; python_version < "3.11" and extra == "complete-api"
202
- Requires-Dist: dask>=2024.8; python_version >= "3.11" and extra == "complete-api"
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>=2023.12.1; python_version < "3.11" and extra == "complete-api"
205
- Requires-Dist: distributed>=2024.8; python_version >= "3.11" and extra == "complete-api"
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"
@@ -359,6 +359,7 @@ mlrun/serving/routers.py
359
359
  mlrun/serving/server.py
360
360
  mlrun/serving/serving_wrapper.py
361
361
  mlrun/serving/states.py
362
+ mlrun/serving/steps.py
362
363
  mlrun/serving/system_steps.py
363
364
  mlrun/serving/utils.py
364
365
  mlrun/serving/v1_serving.py
@@ -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>=2023.12.1
75
- distributed>=2023.12.1
74
+ dask~=2023.12.1
75
+ distributed~=2023.12.1
76
76
 
77
77
  [all:python_version >= "3.11"]
78
- dask>=2024.8
79
- distributed>=2024.8
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>=2023.12.1
186
- distributed>=2023.12.1
185
+ dask~=2023.12.1
186
+ distributed~=2023.12.1
187
187
 
188
188
  [complete-api:python_version >= "3.11"]
189
- dask>=2024.8
190
- distributed>=2024.8
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>=2023.12.1
197
- distributed>=2023.12.1
196
+ dask~=2023.12.1
197
+ distributed~=2023.12.1
198
198
 
199
199
  [complete:python_version >= "3.11"]
200
- dask>=2024.8
201
- distributed>=2024.8
200
+ dask==2024.8
201
+ distributed==2024.8
202
202
 
203
203
  [dask]
204
204
 
205
205
  [dask:python_version < "3.11"]
206
- dask>=2023.12.1
207
- distributed>=2023.12.1
206
+ dask~=2023.12.1
207
+ distributed~=2023.12.1
208
208
 
209
209
  [dask:python_version >= "3.11"]
210
- dask>=2024.8
211
- distributed>=2024.8
210
+ dask==2024.8
211
+ distributed==2024.8
212
212
 
213
213
  [databricks-sdk]
214
214
  databricks-sdk~=0.20.0
@@ -1,4 +0,0 @@
1
- {
2
- "git_commit": "3aef2d331a6fdb0ab3c8584cc05f50ae58053cb9",
3
- "version": "1.10.0-rc32"
4
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes