mlrun 1.10.0rc31__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.

Files changed (399) hide show
  1. {mlrun-1.10.0rc31/mlrun.egg-info → mlrun-1.10.0rc33}/PKG-INFO +18 -18
  2. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/dependencies.py +10 -6
  3. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/extras-requirements.txt +4 -4
  4. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/artifacts/llm_prompt.py +3 -3
  5. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/pipeline.py +1 -1
  6. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/execution.py +2 -2
  7. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/projects/operations.py +1 -1
  8. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/projects/project.py +3 -3
  9. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/base.py +1 -1
  10. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/nuclio/function.py +5 -2
  11. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/utils.py +27 -4
  12. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/serving/states.py +11 -11
  13. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/helpers.py +7 -58
  14. mlrun-1.10.0rc33/mlrun/utils/version/version.json +4 -0
  15. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33/mlrun.egg-info}/PKG-INFO +18 -18
  16. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun.egg-info/requires.txt +17 -17
  17. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/requirements.txt +1 -1
  18. mlrun-1.10.0rc31/mlrun/utils/version/version.json +0 -4
  19. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/LICENSE +0 -0
  20. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/MANIFEST.in +0 -0
  21. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/Makefile +0 -0
  22. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/README.md +0 -0
  23. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/dev-requirements.txt +0 -0
  24. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/dockerfiles/mlrun-api/requirements.txt +0 -0
  25. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/archive.zip +0 -0
  26. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/function.py +0 -0
  27. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/handler.py +0 -0
  28. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/infile.txt +0 -0
  29. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/load-project.ipynb +0 -0
  30. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/mlrun_basics.ipynb +0 -0
  31. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/mlrun_dask.ipynb +0 -0
  32. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/mlrun_db.ipynb +0 -0
  33. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/mlrun_export_import.ipynb +0 -0
  34. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/mlrun_jobs.ipynb +0 -0
  35. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/mlrun_sparkk8s.ipynb +0 -0
  36. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/mlrun_vault.ipynb +0 -0
  37. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/model.bst +0 -0
  38. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/new-project.ipynb +0 -0
  39. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/nulltst.py +0 -0
  40. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/params.csv +0 -0
  41. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/remote-spark.ipynb +0 -0
  42. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/secrets.txt +0 -0
  43. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/spark-function.py +0 -0
  44. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/training.py +0 -0
  45. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/v2_model_server.ipynb +0 -0
  46. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/examples/xgb_serving.ipynb +0 -0
  47. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/__init__.py +0 -0
  48. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/__main__.py +0 -0
  49. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/alerts/__init__.py +0 -0
  50. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/alerts/alert.py +0 -0
  51. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/artifacts/__init__.py +0 -0
  52. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/artifacts/base.py +0 -0
  53. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/artifacts/dataset.py +0 -0
  54. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/artifacts/document.py +0 -0
  55. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/artifacts/helpers.py +0 -0
  56. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/artifacts/manager.py +0 -0
  57. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/artifacts/model.py +0 -0
  58. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/artifacts/plots.py +0 -0
  59. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/__init__.py +0 -0
  60. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/constants.py +0 -0
  61. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/db/__init__.py +0 -0
  62. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/db/dialects.py +0 -0
  63. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/formatters/__init__.py +0 -0
  64. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/formatters/artifact.py +0 -0
  65. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/formatters/base.py +0 -0
  66. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/formatters/feature_set.py +0 -0
  67. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/formatters/function.py +0 -0
  68. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/formatters/model_endpoint.py +0 -0
  69. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/formatters/pipeline.py +0 -0
  70. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/formatters/project.py +0 -0
  71. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/formatters/run.py +0 -0
  72. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/helpers.py +0 -0
  73. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/model_monitoring/__init__.py +0 -0
  74. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/model_monitoring/helpers.py +0 -0
  75. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/runtimes/constants.py +0 -0
  76. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/__init__.py +0 -0
  77. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/alert.py +0 -0
  78. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/api_gateway.py +0 -0
  79. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/artifact.py +0 -0
  80. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/auth.py +0 -0
  81. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/background_task.py +0 -0
  82. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/client_spec.py +0 -0
  83. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/clusterization_spec.py +0 -0
  84. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/common.py +0 -0
  85. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/constants.py +0 -0
  86. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/datastore_profile.py +0 -0
  87. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/events.py +0 -0
  88. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/feature_store.py +0 -0
  89. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/frontend_spec.py +0 -0
  90. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/function.py +0 -0
  91. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/http.py +0 -0
  92. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/hub.py +0 -0
  93. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/k8s.py +0 -0
  94. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/memory_reports.py +0 -0
  95. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/model_monitoring/__init__.py +0 -0
  96. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/model_monitoring/constants.py +0 -0
  97. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/model_monitoring/functions.py +0 -0
  98. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/model_monitoring/grafana.py +0 -0
  99. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/model_monitoring/model_endpoints.py +0 -0
  100. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/notification.py +0 -0
  101. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/object.py +0 -0
  102. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/pagination.py +0 -0
  103. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/partition.py +0 -0
  104. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/project.py +0 -0
  105. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/regex.py +0 -0
  106. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/runs.py +0 -0
  107. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/runtime_resource.py +0 -0
  108. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/schedule.py +0 -0
  109. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/secret.py +0 -0
  110. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/serving.py +0 -0
  111. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/tag.py +0 -0
  112. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/schemas/workflow.py +0 -0
  113. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/secrets.py +0 -0
  114. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/common/types.py +0 -0
  115. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/config.py +0 -0
  116. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/data_types/__init__.py +0 -0
  117. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/data_types/data_types.py +0 -0
  118. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/data_types/infer.py +0 -0
  119. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/data_types/spark.py +0 -0
  120. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/data_types/to_pandas.py +0 -0
  121. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/__init__.py +0 -0
  122. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/alibaba_oss.py +0 -0
  123. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/azure_blob.py +0 -0
  124. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/base.py +0 -0
  125. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/datastore.py +0 -0
  126. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/datastore_profile.py +0 -0
  127. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/dbfs_store.py +0 -0
  128. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/filestore.py +0 -0
  129. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/google_cloud_storage.py +0 -0
  130. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/hdfs.py +0 -0
  131. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/inmem.py +0 -0
  132. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/model_provider/__init__.py +0 -0
  133. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/model_provider/huggingface_provider.py +0 -0
  134. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/model_provider/mock_model_provider.py +0 -0
  135. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/model_provider/model_provider.py +0 -0
  136. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/model_provider/openai_provider.py +0 -0
  137. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/redis.py +0 -0
  138. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/remote_client.py +0 -0
  139. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/s3.py +0 -0
  140. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/snowflake_utils.py +0 -0
  141. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/sources.py +0 -0
  142. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/spark_udf.py +0 -0
  143. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/spark_utils.py +0 -0
  144. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/store_resources.py +0 -0
  145. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/storeytargets.py +0 -0
  146. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/targets.py +0 -0
  147. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/utils.py +0 -0
  148. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/v3io.py +0 -0
  149. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/vectorstore.py +0 -0
  150. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/wasbfs/__init__.py +0 -0
  151. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/datastore/wasbfs/fs.py +0 -0
  152. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/db/__init__.py +0 -0
  153. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/db/auth_utils.py +0 -0
  154. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/db/base.py +0 -0
  155. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/db/factory.py +0 -0
  156. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/db/httpdb.py +0 -0
  157. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/db/nopdb.py +0 -0
  158. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/errors.py +0 -0
  159. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/feature_store/__init__.py +0 -0
  160. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/feature_store/api.py +0 -0
  161. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/feature_store/common.py +0 -0
  162. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/feature_store/feature_set.py +0 -0
  163. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/feature_store/feature_vector.py +0 -0
  164. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/feature_store/feature_vector_utils.py +0 -0
  165. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/feature_store/ingestion.py +0 -0
  166. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/feature_store/retrieval/__init__.py +0 -0
  167. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/feature_store/retrieval/base.py +0 -0
  168. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/feature_store/retrieval/dask_merger.py +0 -0
  169. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/feature_store/retrieval/job.py +0 -0
  170. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/feature_store/retrieval/local_merger.py +0 -0
  171. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/feature_store/retrieval/spark_merger.py +0 -0
  172. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/feature_store/retrieval/storey_merger.py +0 -0
  173. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/feature_store/steps.py +0 -0
  174. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/features.py +0 -0
  175. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/__init__.py +0 -0
  176. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_common/__init__.py +0 -0
  177. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_common/artifacts_library.py +0 -0
  178. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_common/mlrun_interface.py +0 -0
  179. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_common/model_handler.py +0 -0
  180. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_common/plan.py +0 -0
  181. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_common/producer.py +0 -0
  182. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_common/utils.py +0 -0
  183. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_dl_common/__init__.py +0 -0
  184. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_dl_common/loggers/__init__.py +0 -0
  185. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_dl_common/loggers/logger.py +0 -0
  186. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_dl_common/loggers/mlrun_logger.py +0 -0
  187. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_dl_common/loggers/tensorboard_logger.py +0 -0
  188. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_dl_common/model_handler.py +0 -0
  189. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_dl_common/utils.py +0 -0
  190. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/__init__.py +0 -0
  191. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/artifacts_library.py +0 -0
  192. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/loggers/__init__.py +0 -0
  193. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/loggers/logger.py +0 -0
  194. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/loggers/mlrun_logger.py +0 -0
  195. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/model_handler.py +0 -0
  196. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/pkl_model_server.py +0 -0
  197. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/plan.py +0 -0
  198. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/plans/__init__.py +0 -0
  199. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/plans/calibration_curve_plan.py +0 -0
  200. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/plans/confusion_matrix_plan.py +0 -0
  201. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/plans/dataset_plan.py +0 -0
  202. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/plans/feature_importance_plan.py +0 -0
  203. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/plans/roc_curve_plan.py +0 -0
  204. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/producer.py +0 -0
  205. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/_ml_common/utils.py +0 -0
  206. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/auto_mlrun/__init__.py +0 -0
  207. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/auto_mlrun/auto_mlrun.py +0 -0
  208. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/huggingface/__init__.py +0 -0
  209. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/huggingface/model_server.py +0 -0
  210. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/__init__.py +0 -0
  211. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/callbacks/__init__.py +0 -0
  212. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/callbacks/callback.py +0 -0
  213. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/callbacks/logging_callback.py +0 -0
  214. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/callbacks/mlrun_logging_callback.py +0 -0
  215. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/mlrun_interfaces/__init__.py +0 -0
  216. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/mlrun_interfaces/booster_mlrun_interface.py +0 -0
  217. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/mlrun_interfaces/mlrun_interface.py +0 -0
  218. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/mlrun_interfaces/model_mlrun_interface.py +0 -0
  219. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/model_handler.py +0 -0
  220. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/model_server.py +0 -0
  221. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/lgbm/utils.py +0 -0
  222. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/onnx/__init__.py +0 -0
  223. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/onnx/dataset.py +0 -0
  224. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/onnx/mlrun_interface.py +0 -0
  225. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/onnx/model_handler.py +0 -0
  226. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/onnx/model_server.py +0 -0
  227. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/parallel_coordinates.py +0 -0
  228. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/__init__.py +0 -0
  229. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/callbacks/__init__.py +0 -0
  230. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/callbacks/callback.py +0 -0
  231. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/callbacks/logging_callback.py +0 -0
  232. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/callbacks/mlrun_logging_callback.py +0 -0
  233. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/callbacks/tensorboard_logging_callback.py +0 -0
  234. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/callbacks_handler.py +0 -0
  235. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/mlrun_interface.py +0 -0
  236. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/model_handler.py +0 -0
  237. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/model_server.py +0 -0
  238. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/pytorch/utils.py +0 -0
  239. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/sklearn/__init__.py +0 -0
  240. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/sklearn/estimator.py +0 -0
  241. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/sklearn/metric.py +0 -0
  242. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/sklearn/metrics_library.py +0 -0
  243. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/sklearn/mlrun_interface.py +0 -0
  244. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/sklearn/model_handler.py +0 -0
  245. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/sklearn/utils.py +0 -0
  246. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/tf_keras/__init__.py +0 -0
  247. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/tf_keras/callbacks/__init__.py +0 -0
  248. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/tf_keras/callbacks/logging_callback.py +0 -0
  249. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/tf_keras/callbacks/mlrun_logging_callback.py +0 -0
  250. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/tf_keras/callbacks/tensorboard_logging_callback.py +0 -0
  251. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/tf_keras/mlrun_interface.py +0 -0
  252. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/tf_keras/model_handler.py +0 -0
  253. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/tf_keras/model_server.py +0 -0
  254. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/tf_keras/utils.py +0 -0
  255. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/xgboost/__init__.py +0 -0
  256. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/xgboost/mlrun_interface.py +0 -0
  257. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/xgboost/model_handler.py +0 -0
  258. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/frameworks/xgboost/utils.py +0 -0
  259. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/hub/__init__.py +0 -0
  260. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/hub/module.py +0 -0
  261. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/k8s_utils.py +0 -0
  262. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/launcher/__init__.py +0 -0
  263. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/launcher/base.py +0 -0
  264. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/launcher/client.py +0 -0
  265. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/launcher/factory.py +0 -0
  266. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/launcher/local.py +0 -0
  267. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/launcher/remote.py +0 -0
  268. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/lists.py +0 -0
  269. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model.py +0 -0
  270. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/__init__.py +0 -0
  271. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/api.py +0 -0
  272. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/applications/__init__.py +0 -0
  273. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/applications/_application_steps.py +0 -0
  274. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/applications/base.py +0 -0
  275. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/applications/context.py +0 -0
  276. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/applications/evidently/__init__.py +0 -0
  277. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/applications/evidently/base.py +0 -0
  278. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/applications/histogram_data_drift.py +0 -0
  279. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/applications/results.py +0 -0
  280. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/controller.py +0 -0
  281. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/__init__.py +0 -0
  282. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/_schedules.py +0 -0
  283. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/_stats.py +0 -0
  284. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/__init__.py +0 -0
  285. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/base.py +0 -0
  286. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/helpers.py +0 -0
  287. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/tdengine/__init__.py +0 -0
  288. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/tdengine/schemas.py +0 -0
  289. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/tdengine/stream_graph_steps.py +0 -0
  290. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/tdengine/tdengine_connection.py +0 -0
  291. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/tdengine/tdengine_connector.py +0 -0
  292. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/tdengine/writer_graph_steps.py +0 -0
  293. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/v3io/__init__.py +0 -0
  294. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/v3io/stream_graph_steps.py +0 -0
  295. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/db/tsdb/v3io/v3io_connector.py +0 -0
  296. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/features_drift_table.py +0 -0
  297. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/helpers.py +0 -0
  298. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/metrics/__init__.py +0 -0
  299. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/metrics/histogram_distance.py +0 -0
  300. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/stream_processing.py +0 -0
  301. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/model_monitoring/writer.py +0 -0
  302. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/package/__init__.py +0 -0
  303. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/package/context_handler.py +0 -0
  304. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/package/errors.py +0 -0
  305. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/package/packager.py +0 -0
  306. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/package/packagers/__init__.py +0 -0
  307. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/package/packagers/default_packager.py +0 -0
  308. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/package/packagers/numpy_packagers.py +0 -0
  309. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/package/packagers/pandas_packagers.py +0 -0
  310. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/package/packagers/python_standard_library_packagers.py +0 -0
  311. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/package/packagers_manager.py +0 -0
  312. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/package/utils/__init__.py +0 -0
  313. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/package/utils/_archiver.py +0 -0
  314. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/package/utils/_formatter.py +0 -0
  315. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/package/utils/_pickler.py +0 -0
  316. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/package/utils/_supported_format.py +0 -0
  317. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/package/utils/log_hint_utils.py +0 -0
  318. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/package/utils/type_hint_utils.py +0 -0
  319. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/platforms/__init__.py +0 -0
  320. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/platforms/iguazio.py +0 -0
  321. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/projects/__init__.py +0 -0
  322. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/projects/pipelines.py +0 -0
  323. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/render.py +0 -0
  324. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/run.py +0 -0
  325. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/__init__.py +0 -0
  326. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/daskjob.py +0 -0
  327. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/databricks_job/__init__.py +0 -0
  328. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/databricks_job/databricks_cancel_task.py +0 -0
  329. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/databricks_job/databricks_runtime.py +0 -0
  330. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/databricks_job/databricks_wrapper.py +0 -0
  331. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/funcdoc.py +0 -0
  332. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/function_reference.py +0 -0
  333. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/generators.py +0 -0
  334. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/kubejob.py +0 -0
  335. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/local.py +0 -0
  336. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/mounts.py +0 -0
  337. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/mpijob/__init__.py +0 -0
  338. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/mpijob/abstract.py +0 -0
  339. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/mpijob/v1.py +0 -0
  340. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/nuclio/__init__.py +0 -0
  341. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/nuclio/api_gateway.py +0 -0
  342. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/nuclio/application/__init__.py +0 -0
  343. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/nuclio/application/application.py +0 -0
  344. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/nuclio/application/reverse_proxy.go +0 -0
  345. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/nuclio/nuclio.py +0 -0
  346. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/nuclio/serving.py +0 -0
  347. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/pod.py +0 -0
  348. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/remotesparkjob.py +0 -0
  349. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/sparkjob/__init__.py +0 -0
  350. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/runtimes/sparkjob/spark3job.py +0 -0
  351. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/secrets.py +0 -0
  352. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/serving/__init__.py +0 -0
  353. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/serving/merger.py +0 -0
  354. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/serving/remote.py +0 -0
  355. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/serving/routers.py +0 -0
  356. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/serving/server.py +0 -0
  357. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/serving/serving_wrapper.py +0 -0
  358. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/serving/system_steps.py +0 -0
  359. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/serving/utils.py +0 -0
  360. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/serving/v1_serving.py +0 -0
  361. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/serving/v2_serving.py +0 -0
  362. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/track/__init__.py +0 -0
  363. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/track/tracker.py +0 -0
  364. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/track/tracker_manager.py +0 -0
  365. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/track/trackers/__init__.py +0 -0
  366. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/track/trackers/mlflow_tracker.py +0 -0
  367. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/__init__.py +0 -0
  368. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/async_http.py +0 -0
  369. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/azure_vault.py +0 -0
  370. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/clones.py +0 -0
  371. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/condition_evaluator.py +0 -0
  372. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/http.py +0 -0
  373. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/logger.py +0 -0
  374. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/notifications/__init__.py +0 -0
  375. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/notifications/notification/__init__.py +0 -0
  376. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/notifications/notification/base.py +0 -0
  377. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/notifications/notification/console.py +0 -0
  378. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/notifications/notification/git.py +0 -0
  379. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/notifications/notification/ipython.py +0 -0
  380. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/notifications/notification/mail.py +0 -0
  381. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/notifications/notification/slack.py +0 -0
  382. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/notifications/notification/webhook.py +0 -0
  383. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/notifications/notification_pusher.py +0 -0
  384. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/regex.py +0 -0
  385. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/retryer.py +0 -0
  386. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/singleton.py +0 -0
  387. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/v3io_clients.py +0 -0
  388. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/vault.py +0 -0
  389. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/version/__init__.py +0 -0
  390. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun/utils/version/version.py +0 -0
  391. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun.egg-info/SOURCES.txt +0 -0
  392. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun.egg-info/dependency_links.txt +0 -0
  393. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun.egg-info/entry_points.txt +0 -0
  394. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun.egg-info/not-zip-safe +0 -0
  395. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/mlrun.egg-info/top_level.txt +0 -0
  396. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/packages.py +0 -0
  397. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/pyproject.toml +0 -0
  398. {mlrun-1.10.0rc31 → mlrun-1.10.0rc33}/setup.cfg +0 -0
  399. {mlrun-1.10.0rc31 → 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.0rc31
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
@@ -44,7 +44,7 @@ Requires-Dist: semver~=3.0
44
44
  Requires-Dist: dependency-injector~=4.41
45
45
  Requires-Dist: fsspec<=2025.7.0,>=2025.5.1
46
46
  Requires-Dist: v3iofs~=0.1.17
47
- Requires-Dist: storey~=1.10.14
47
+ Requires-Dist: storey~=1.10.16
48
48
  Requires-Dist: inflection~=0.5.0
49
49
  Requires-Dist: python-dotenv~=1.0
50
50
  Requires-Dist: setuptools>=75.2
@@ -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
@@ -29,7 +29,7 @@ class LLMPromptArtifactSpec(ArtifactSpec):
29
29
  _dict_fields = ArtifactSpec._dict_fields + [
30
30
  "prompt_template",
31
31
  "prompt_legend",
32
- "model_configuration",
32
+ "invocation_config",
33
33
  "description",
34
34
  ]
35
35
  PROMPT_TEMPLATE_KEYS = ("content", "role")
@@ -70,9 +70,9 @@ class LLMPromptArtifactSpec(ArtifactSpec):
70
70
  self.prompt_legend = prompt_legend
71
71
  if invocation_config is not None and not isinstance(invocation_config, dict):
72
72
  raise mlrun.errors.MLRunInvalidArgumentError(
73
- "LLMPromptArtifact model_configuration must be a dictionary or None"
73
+ "LLMPromptArtifact invocation_config must be a dictionary or None"
74
74
  )
75
- self.model_configuration = invocation_config or {}
75
+ self.invocation_config = invocation_config or {}
76
76
  self.description = description
77
77
  self._model_artifact = (
78
78
  model_artifact
@@ -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
 
@@ -958,7 +958,7 @@ class MLClientCtx:
958
958
  },
959
959
  },
960
960
  model_artifact=model,
961
- model_configuration={"temperature": 0.5, "max_tokens": 200},
961
+ invocation_config={"temperature": 0.5, "max_tokens": 200},
962
962
  description="Prompt for handling customer support queries",
963
963
  tag="support-v1",
964
964
  labels={"domain": "support"},
@@ -975,7 +975,7 @@ class MLClientCtx:
975
975
  }
976
976
  },
977
977
  model_artifact=model,
978
- model_configuration={"temperature": 0.7, "max_tokens": 256},
978
+ invocation_config={"temperature": 0.7, "max_tokens": 256},
979
979
  description="Q&A prompt template with user-provided question",
980
980
  tag="v2",
981
981
  labels={"task": "qa", "stage": "experiment"},
@@ -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:
@@ -1932,7 +1932,7 @@ class MlrunProject(ModelObj):
1932
1932
  },
1933
1933
  },
1934
1934
  model_artifact=model,
1935
- model_configuration={"temperature": 0.5, "max_tokens": 200},
1935
+ invocation_config={"temperature": 0.5, "max_tokens": 200},
1936
1936
  description="Prompt for handling customer support queries",
1937
1937
  tag="support-v1",
1938
1938
  labels={"domain": "support"},
@@ -1949,7 +1949,7 @@ class MlrunProject(ModelObj):
1949
1949
  }
1950
1950
  },
1951
1951
  model_artifact=model,
1952
- model_configuration={"temperature": 0.7, "max_tokens": 256},
1952
+ invocation_config={"temperature": 0.7, "max_tokens": 256},
1953
1953
  description="Q&A prompt template with user-provided question",
1954
1954
  tag="v2",
1955
1955
  labels={"task": "qa", "stage": "experiment"},
@@ -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, no backoff is applied.
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, 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:
@@ -16,6 +16,7 @@ import asyncio
16
16
  import copy
17
17
  import json
18
18
  import typing
19
+ import warnings
19
20
  from datetime import datetime
20
21
  from time import sleep
21
22
 
@@ -1329,8 +1330,10 @@ class RemoteRuntime(KubeResource):
1329
1330
  :return: returns function's url
1330
1331
  """
1331
1332
  if auth_info:
1332
- logger.warning(
1333
- "Deprecated parameter 'auth_info' was provided, but will be ignored. Will be removed in 1.12.0."
1333
+ warnings.warn(
1334
+ "'auth_info' is deprecated in 1.10.0 and will be removed in 1.12.0.",
1335
+ # TODO: Remove this in 1.12.0
1336
+ FutureWarning,
1334
1337
  )
1335
1338
  return self._resolve_invocation_url("", force_external_address)
1336
1339
 
@@ -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 = (
@@ -1349,7 +1349,7 @@ class LLModel(Model):
1349
1349
  "Invoking model provider",
1350
1350
  model_name=self.name,
1351
1351
  messages=messages,
1352
- model_configuration=invocation_config,
1352
+ invocation_config=invocation_config,
1353
1353
  )
1354
1354
  response_with_stats = self.model_provider.invoke(
1355
1355
  messages=messages,
@@ -1378,7 +1378,7 @@ class LLModel(Model):
1378
1378
  self,
1379
1379
  body: Any,
1380
1380
  messages: Optional[list[dict]] = None,
1381
- model_configuration: Optional[dict] = None,
1381
+ invocation_config: Optional[dict] = None,
1382
1382
  **kwargs,
1383
1383
  ) -> Any:
1384
1384
  llm_prompt_artifact = kwargs.get("llm_prompt_artifact")
@@ -1389,12 +1389,12 @@ class LLModel(Model):
1389
1389
  "Async invoking model provider",
1390
1390
  model_name=self.name,
1391
1391
  messages=messages,
1392
- model_configuration=model_configuration,
1392
+ invocation_config=invocation_config,
1393
1393
  )
1394
1394
  response_with_stats = await self.model_provider.async_invoke(
1395
1395
  messages=messages,
1396
1396
  invoke_response_format=InvokeResponseFormat.USAGE,
1397
- **(model_configuration or {}),
1397
+ **(invocation_config or {}),
1398
1398
  )
1399
1399
  set_data_by_path(
1400
1400
  path=self._result_path, data=body, value=response_with_stats
@@ -1416,7 +1416,7 @@ class LLModel(Model):
1416
1416
 
1417
1417
  def run(self, body: Any, path: str, origin_name: Optional[str] = None) -> Any:
1418
1418
  llm_prompt_artifact = self._get_invocation_artifact(origin_name)
1419
- messages, model_configuration = self.enrich_prompt(
1419
+ messages, invocation_config = self.enrich_prompt(
1420
1420
  body, origin_name, llm_prompt_artifact
1421
1421
  )
1422
1422
  logger.info(
@@ -1428,7 +1428,7 @@ class LLModel(Model):
1428
1428
  return self.predict(
1429
1429
  body,
1430
1430
  messages=messages,
1431
- invocation_config=model_configuration,
1431
+ invocation_config=invocation_config,
1432
1432
  llm_prompt_artifact=llm_prompt_artifact,
1433
1433
  )
1434
1434
 
@@ -1436,7 +1436,7 @@ class LLModel(Model):
1436
1436
  self, body: Any, path: str, origin_name: Optional[str] = None
1437
1437
  ) -> Any:
1438
1438
  llm_prompt_artifact = self._get_invocation_artifact(origin_name)
1439
- messages, model_configuration = self.enrich_prompt(
1439
+ messages, invocation_config = self.enrich_prompt(
1440
1440
  body, origin_name, llm_prompt_artifact
1441
1441
  )
1442
1442
  logger.info(
@@ -1448,7 +1448,7 @@ class LLModel(Model):
1448
1448
  return await self.predict_async(
1449
1449
  body,
1450
1450
  messages=messages,
1451
- model_configuration=model_configuration,
1451
+ invocation_config=invocation_config,
1452
1452
  llm_prompt_artifact=llm_prompt_artifact,
1453
1453
  )
1454
1454
 
@@ -1472,11 +1472,11 @@ class LLModel(Model):
1472
1472
  artifact_type=type(llm_prompt_artifact).__name__,
1473
1473
  llm_prompt_artifact=llm_prompt_artifact,
1474
1474
  )
1475
- prompt_legend, prompt_template, model_configuration = {}, [], {}
1475
+ prompt_legend, prompt_template, invocation_config = {}, [], {}
1476
1476
  else:
1477
1477
  prompt_legend = llm_prompt_artifact.spec.prompt_legend
1478
1478
  prompt_template = deepcopy(llm_prompt_artifact.read_prompt())
1479
- model_configuration = llm_prompt_artifact.spec.model_configuration
1479
+ invocation_config = llm_prompt_artifact.spec.invocation_config
1480
1480
  input_data = copy(get_data_from_path(self._input_path, body))
1481
1481
  if isinstance(input_data, dict) and prompt_template:
1482
1482
  kwargs = (
@@ -1512,7 +1512,7 @@ class LLModel(Model):
1512
1512
  model_name=self.name,
1513
1513
  input_data_type=type(input_data).__name__,
1514
1514
  )
1515
- return prompt_template, model_configuration
1515
+ return prompt_template, invocation_config
1516
1516
 
1517
1517
  def _get_invocation_artifact(
1518
1518
  self, origin_name: Optional[str] = None
@@ -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": "f4d56eca3901844a2deda33bff864e8cf20cf032",
3
+ "version": "1.10.0-rc33"
4
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mlrun
3
- Version: 1.10.0rc31
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
@@ -44,7 +44,7 @@ Requires-Dist: semver~=3.0
44
44
  Requires-Dist: dependency-injector~=4.41
45
45
  Requires-Dist: fsspec<=2025.7.0,>=2025.5.1
46
46
  Requires-Dist: v3iofs~=0.1.17
47
- Requires-Dist: storey~=1.10.14
47
+ Requires-Dist: storey~=1.10.16
48
48
  Requires-Dist: inflection~=0.5.0
49
49
  Requires-Dist: python-dotenv~=1.0
50
50
  Requires-Dist: setuptools>=75.2
@@ -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"
@@ -19,7 +19,7 @@ semver~=3.0
19
19
  dependency-injector~=4.41
20
20
  fsspec<=2025.7.0,>=2025.5.1
21
21
  v3iofs~=0.1.17
22
- storey~=1.10.14
22
+ storey~=1.10.16
23
23
  inflection~=0.5.0
24
24
  python-dotenv~=1.0
25
25
  setuptools>=75.2
@@ -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
@@ -32,7 +32,7 @@ dependency-injector~=4.41
32
32
  # should be identical to gcs and s3fs.
33
33
  fsspec>=2025.5.1, <=2025.7.0
34
34
  v3iofs~=0.1.17
35
- storey~=1.10.14
35
+ storey~=1.10.16
36
36
  inflection~=0.5.0
37
37
  python-dotenv~=1.0
38
38
  setuptools>=75.2
@@ -1,4 +0,0 @@
1
- {
2
- "git_commit": "7714a5aa9f89102e497a5746d9711ea97a7d20c8",
3
- "version": "1.10.0-rc31"
4
- }
File without changes
File without changes