mlrun 1.10.0rc29__py3-none-any.whl → 1.10.0rc30__py3-none-any.whl

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.

@@ -423,6 +423,18 @@ class RemoteRuntime(KubeResource):
423
423
  )
424
424
  """
425
425
  self.spec.build.source = source
426
+
427
+ code = (
428
+ self.spec.build.functionSourceCode if hasattr(self.spec, "build") else None
429
+ )
430
+ if code:
431
+ # Warn and clear any inline code so the archive is actually used
432
+ logger.warning(
433
+ "Cannot specify both code and source archive. Removing the code so the provided "
434
+ "source archive will be used instead."
435
+ )
436
+ self.spec.build.functionSourceCode = None
437
+
426
438
  # update handler in function_handler if needed
427
439
  if handler:
428
440
  self.spec.function_handler = handler
@@ -1,4 +1,4 @@
1
1
  {
2
- "git_commit": "c36122fc31d3870a252575a3019e26ae8128b24a",
3
- "version": "1.10.0-rc29"
2
+ "git_commit": "24d624f98d65cb9ea9e542f897d15392ee00e687",
3
+ "version": "1.10.0-rc30"
4
4
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mlrun
3
- Version: 1.10.0rc29
3
+ Version: 1.10.0rc30
4
4
  Summary: Tracking and config of machine learning runs
5
5
  Home-page: https://github.com/mlrun/mlrun
6
6
  Author: Yaron Haviv
@@ -22,7 +22,8 @@ Requires-Python: >=3.9, <3.12
22
22
  Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
24
  Requires-Dist: urllib3>=1.26.20
25
- Requires-Dist: v3io-frames>=0.10.16
25
+ Requires-Dist: v3io-frames~=0.10.16; python_version < "3.11"
26
+ Requires-Dist: v3io-frames~=0.13.11; python_version >= "3.11"
26
27
  Requires-Dist: GitPython>=3.1.41,~=3.1
27
28
  Requires-Dist: aiohttp~=3.11
28
29
  Requires-Dist: aiohttp-retry~=2.9
@@ -302,7 +302,7 @@ mlrun/runtimes/mpijob/abstract.py,sha256=QjAG4OZ6JEQ58w5-qYNd6hUGwvaW8ynLtlr9jNf
302
302
  mlrun/runtimes/mpijob/v1.py,sha256=zSlRkiWHz4B3yht66sVf4mlfDs8YT9EnP9DfBLn5VNs,3372
303
303
  mlrun/runtimes/nuclio/__init__.py,sha256=osOVMN9paIOuUoOTizmkxMb_OXRP-SlPwXHJSSYK_wk,834
304
304
  mlrun/runtimes/nuclio/api_gateway.py,sha256=vH9ClKVP4Mb24rvA67xPuAvAhX-gAv6vVtjVxyplhdc,26969
305
- mlrun/runtimes/nuclio/function.py,sha256=jNlBbtdIoQdd2ZKljqDgKUTHuM4iE_JiO_ANzQyssZE,55168
305
+ mlrun/runtimes/nuclio/function.py,sha256=ohO9NokWBn9dN7iPjD4Ws4MR2BJGqLBhxCi_yNCoyi8,55628
306
306
  mlrun/runtimes/nuclio/nuclio.py,sha256=sLK8KdGO1LbftlL3HqPZlFOFTAAuxJACZCVl1c0Ha6E,2942
307
307
  mlrun/runtimes/nuclio/serving.py,sha256=NF0f7a6KV8GIb4QBUKiJa_L_5oqCsG7UHPs8Uo3K_Eo,36330
308
308
  mlrun/runtimes/nuclio/application/__init__.py,sha256=rRs5vasy_G9IyoTpYIjYDafGoL6ifFBKgBtsXn31Atw,614
@@ -350,11 +350,11 @@ mlrun/utils/notifications/notification/mail.py,sha256=ZyJ3eqd8simxffQmXzqd3bgbAq
350
350
  mlrun/utils/notifications/notification/slack.py,sha256=wSu_7W0EnGLBNwIgWCYEeTP8j9SPAMPDBnfUcPnVZYA,7299
351
351
  mlrun/utils/notifications/notification/webhook.py,sha256=FM5-LQAKAVJKp37MRzR3SsejalcnpM6r_9Oe7znxZEA,5313
352
352
  mlrun/utils/version/__init__.py,sha256=YnzE6tlf24uOQ8y7Z7l96QLAI6-QEii7-77g8ynmzy0,613
353
- mlrun/utils/version/version.json,sha256=kPvnUtOTEKIy1wj05q50LE2z2MgUlEGLKrG5080-GnY,90
353
+ mlrun/utils/version/version.json,sha256=9ugXxKtCZ32ybo9VZMeFs-bm7BEmLGoMqOqcIjZ2E5c,90
354
354
  mlrun/utils/version/version.py,sha256=M2hVhRrgkN3SxacZHs3ZqaOsqAA7B6a22ne324IQ1HE,1877
355
- mlrun-1.10.0rc29.dist-info/licenses/LICENSE,sha256=zTiv1CxWNkOk1q8eJS1G_8oD4gWpWLwWxj_Agcsi8Os,11337
356
- mlrun-1.10.0rc29.dist-info/METADATA,sha256=SPTX_rI17peKzA0BjCzu9p6HAng5ROV94En25oMs2_Y,26017
357
- mlrun-1.10.0rc29.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
358
- mlrun-1.10.0rc29.dist-info/entry_points.txt,sha256=1Owd16eAclD5pfRCoJpYC2ZJSyGNTtUr0nCELMioMmU,46
359
- mlrun-1.10.0rc29.dist-info/top_level.txt,sha256=NObLzw3maSF9wVrgSeYBv-fgnHkAJ1kEkh12DLdd5KM,6
360
- mlrun-1.10.0rc29.dist-info/RECORD,,
355
+ mlrun-1.10.0rc30.dist-info/licenses/LICENSE,sha256=zTiv1CxWNkOk1q8eJS1G_8oD4gWpWLwWxj_Agcsi8Os,11337
356
+ mlrun-1.10.0rc30.dist-info/METADATA,sha256=fH0E43MvoVz4SzYojTYFCapk6p0s2iLEaWGX1xZL3Ak,26104
357
+ mlrun-1.10.0rc30.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
358
+ mlrun-1.10.0rc30.dist-info/entry_points.txt,sha256=1Owd16eAclD5pfRCoJpYC2ZJSyGNTtUr0nCELMioMmU,46
359
+ mlrun-1.10.0rc30.dist-info/top_level.txt,sha256=NObLzw3maSF9wVrgSeYBv-fgnHkAJ1kEkh12DLdd5KM,6
360
+ mlrun-1.10.0rc30.dist-info/RECORD,,