mlrun 1.4.0rc1__py3-none-any.whl → 1.4.0rc2__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.

@@ -36,4 +36,9 @@ def health():
36
36
  ]:
37
37
  raise mlrun.errors.MLRunServiceUnavailableError()
38
38
 
39
- return {"status": "ok"}
39
+ return {
40
+ # for old `align_mlrun.sh` scripts expecting `version` in the response
41
+ # TODO: remove on mlrun >= 1.6.0
42
+ "version": mlconfig.version,
43
+ "status": "ok",
44
+ }
@@ -1,4 +1,4 @@
1
1
  {
2
- "git_commit": "f760105dd81b8903cdd218cadcae06b256e3d958",
3
- "version": "1.4.0-rc1"
2
+ "git_commit": "11fee9f04e66041b9883f73dbdc61be0b4c6498b",
3
+ "version": "1.4.0-rc2"
4
4
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mlrun
3
- Version: 1.4.0rc1
3
+ Version: 1.4.0rc2
4
4
  Summary: Tracking and config of machine learning runs
5
5
  Home-page: https://github.com/mlrun/mlrun
6
6
  Author: Yaron Haviv
@@ -33,7 +33,7 @@ mlrun/api/api/endpoints/files.py,sha256=w412iL7Al7VHi_jJUvThyraO5hyWLrXG85iw10PV
33
33
  mlrun/api/api/endpoints/frontend_spec.py,sha256=nr4EC25MbXCIDCWQaLD93saVB8cZg3R2UOUePx8xQ7U,5690
34
34
  mlrun/api/api/endpoints/functions.py,sha256=dOTy57CyTSqFI7mOB7utl8JUG7pR9idQn18h7P2NUkM,33894
35
35
  mlrun/api/api/endpoints/grafana_proxy.py,sha256=NFgIpoxIXAmI_3bKXTNvC0Z0wEu7WcqsBH3zqfhbyZo,5798
36
- mlrun/api/api/endpoints/healthz.py,sha256=s0TiCIm6AmOj6_esi57mFK5TiNq5U92v7LZcUx_oGtY,1163
36
+ mlrun/api/api/endpoints/healthz.py,sha256=3UHtyOFBgUooSmpWGiErav3_yJh1ZrgGrtPEmBZGWrM,1335
37
37
  mlrun/api/api/endpoints/logs.py,sha256=1a73ZwNNMDZaaYRqFbL3XZ6OrK3dKCpQI7HC-QJxI78,2429
38
38
  mlrun/api/api/endpoints/marketplace.py,sha256=FdgtlvewBVGJ6F5IFlffU6Q8eoVIgcxe82rjbnVRX34,10035
39
39
  mlrun/api/api/endpoints/model_endpoints.py,sha256=vlKqhQUJZISBWujGT3BQLWQD0aVyihrMcl8Fb-W8PXo,15724
@@ -384,11 +384,11 @@ mlrun/utils/notifications/notification/git.py,sha256=iXjjBbJMWA741Z6aRNpGGg8FjZC
384
384
  mlrun/utils/notifications/notification/ipython.py,sha256=zP1jAE39Dn6rrbQIxi4R4iDhMLFBQ_GJrEtMMj8G80E,2012
385
385
  mlrun/utils/notifications/notification/slack.py,sha256=QnXQvAMOe3GUUKnlrNy_fEtUEjdG8n80FDl4hYdqXyc,3736
386
386
  mlrun/utils/version/__init__.py,sha256=hwfJgGWYGWFpepVGI1GbuCPqqEFGRbgguJg5sC0v4TU,614
387
- mlrun/utils/version/version.json,sha256=RGaJg-_3jpIykXALBcvENS8YU9lSUXgA1D66iI4vWGQ,88
387
+ mlrun/utils/version/version.json,sha256=hsn9H7rpi0XmRAbCXb0oM4t1uXJfVkQpYIiKVM_uoSA,88
388
388
  mlrun/utils/version/version.py,sha256=O4Q4kwtKlI73oK7oBPuz4SVkUI8BC11E9DJIKHT91kU,1970
389
- mlrun-1.4.0rc1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
390
- mlrun-1.4.0rc1.dist-info/METADATA,sha256=5UzilPcYjKxEs6MpuTO8ovsXbXWSwBpRCg-SfeoXEL4,17177
391
- mlrun-1.4.0rc1.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
392
- mlrun-1.4.0rc1.dist-info/entry_points.txt,sha256=ZbXmb36B9JmK7EaleP8MIAbZSOQXQV0iwKR6si0HUWk,47
393
- mlrun-1.4.0rc1.dist-info/top_level.txt,sha256=NObLzw3maSF9wVrgSeYBv-fgnHkAJ1kEkh12DLdd5KM,6
394
- mlrun-1.4.0rc1.dist-info/RECORD,,
389
+ mlrun-1.4.0rc2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
390
+ mlrun-1.4.0rc2.dist-info/METADATA,sha256=_at3cBifvsdJaad6mIL46mrg00ix_KEsCKQ8gb4b6ag,17177
391
+ mlrun-1.4.0rc2.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
392
+ mlrun-1.4.0rc2.dist-info/entry_points.txt,sha256=ZbXmb36B9JmK7EaleP8MIAbZSOQXQV0iwKR6si0HUWk,47
393
+ mlrun-1.4.0rc2.dist-info/top_level.txt,sha256=NObLzw3maSF9wVrgSeYBv-fgnHkAJ1kEkh12DLdd5KM,6
394
+ mlrun-1.4.0rc2.dist-info/RECORD,,