polyaxon 2.5.0__py3-none-any.whl → 2.5.1__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.
@@ -22,11 +22,8 @@ def get_dashboard_url(
22
22
  base: str = "ui", subpath: str = "", use_cloud: bool = False, host: str = None
23
23
  ) -> str:
24
24
  if not host:
25
- host = (
26
- POLYAXON_CLOUD_HOST
27
- if use_cloud
28
- else clean_host(settings.CLIENT_CONFIG.host)
29
- )
25
+ host = POLYAXON_CLOUD_HOST if use_cloud else settings.CLIENT_CONFIG.host
26
+ host = clean_host(host)
30
27
  dashboard_url = "{}/{}/".format(host, base)
31
28
  if subpath:
32
29
  return "{}{}/".format(dashboard_url, subpath.rstrip("/"))
polyaxon/pkg.py CHANGED
@@ -1,5 +1,5 @@
1
1
  NAME = "polyaxon"
2
- VERSION = "2.5.0"
2
+ VERSION = "2.5.1"
3
3
  SCHEMA_VERSION = 1.1
4
4
  DESC = "Command Line Interface (CLI) and client to interact with Polyaxon API."
5
5
  URL = "https://github.com/polyaxon/polyaxon"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: polyaxon
3
- Version: 2.5.0
3
+ Version: 2.5.1
4
4
  Summary: Command Line Interface (CLI) and client to interact with Polyaxon API.
5
5
  Home-page: https://github.com/polyaxon/polyaxon
6
6
  Author: Polyaxon, Inc.
@@ -60,9 +60,9 @@ Provides-Extra: docker
60
60
  Requires-Dist: docker; extra == "docker"
61
61
  Provides-Extra: fs
62
62
  Requires-Dist: adlfs==2024.7.0; extra == "fs"
63
- Requires-Dist: fsspec==2024.9.0; extra == "fs"
64
- Requires-Dist: gcsfs==2024.9.0.post1; extra == "fs"
65
- Requires-Dist: s3fs==2024.9.0; extra == "fs"
63
+ Requires-Dist: fsspec==2024.10.0; extra == "fs"
64
+ Requires-Dist: gcsfs==2024.10.0; extra == "fs"
65
+ Requires-Dist: s3fs==2024.10.0; extra == "fs"
66
66
  Provides-Extra: fsspec
67
67
  Requires-Dist: fsspec; extra == "fsspec"
68
68
  Provides-Extra: gcs
@@ -72,7 +72,7 @@ Requires-Dist: gitpython; extra == "git"
72
72
  Provides-Extra: init
73
73
  Requires-Dist: docker; extra == "init"
74
74
  Requires-Dist: GitPython<3.2.0; extra == "init"
75
- Requires-Dist: aiofiles==23.2.1; extra == "init"
75
+ Requires-Dist: aiofiles==24.1.0; extra == "init"
76
76
  Provides-Extra: k8s_async
77
77
  Requires-Dist: kubernetes-asyncio>=28.2.1; extra == "k8s-async"
78
78
  Requires-Dist: aiohttp>=3.0.0; extra == "k8s-async"
@@ -84,7 +84,7 @@ Requires-Dist: s3fs; extra == "s3"
84
84
  Provides-Extra: sandbox
85
85
  Requires-Dist: haupt[sandbox]; extra == "sandbox"
86
86
  Provides-Extra: sidecar
87
- Requires-Dist: aiofiles==23.2.1; extra == "sidecar"
87
+ Requires-Dist: aiofiles==24.1.0; extra == "sidecar"
88
88
  Requires-Dist: pandas; extra == "sidecar"
89
89
  Requires-Dist: anyio; extra == "sidecar"
90
90
 
@@ -93,7 +93,7 @@ Requires-Dist: anyio; extra == "sidecar"
93
93
  [![Slack](https://img.shields.io/badge/Slack-1.5k%20members-blue.svg?style=flat&logo=slack&longCache=true)](https://polyaxon.com/slack/)
94
94
 
95
95
  [![Docs](https://img.shields.io/badge/docs-stable-brightgreen.svg?style=flat&longCache=true)](https://polyaxon.com/docs/)
96
- [![Release](https://img.shields.io/badge/release-v2.5.0-brightgreen.svg?longCache=true)](https://polyaxon.com/docs/releases/2-1/)
96
+ [![Release](https://img.shields.io/badge/release-v2.5.1-brightgreen.svg?longCache=true)](https://polyaxon.com/docs/releases/2-5/)
97
97
  [![GitHub](https://img.shields.io/badge/issue_tracker-github-blue?style=flat&logo=github&longCache=true)](https://github.com/polyaxon/polyaxon/issues)
98
98
  [![GitHub](https://img.shields.io/badge/roadmap-github-blue?style=flat&logo=github&longCache=true)](https://github.com/orgs/polyaxon/projects/5)
99
99
 
@@ -9,7 +9,7 @@ polyaxon/exceptions.py,sha256=ujvG9p1Pn2KHYbHqB3-faadW46dEuULUQXNtfkd2zk8,10236
9
9
  polyaxon/fs.py,sha256=RS8XmVrrfXfIJXN6cTCCRRYwesCLHVVfC01Vi56lecs,246
10
10
  polyaxon/k8s.py,sha256=nI5oPCSlqU4aaeVShM6SlYS9eqYiYUL4GDXIZ4bnq-I,1051
11
11
  polyaxon/logger.py,sha256=gdZQms37Pe5G2j-Ear5jbSAJeGgX6fnvg7oE8_9MSlc,2309
12
- polyaxon/pkg.py,sha256=KHdCRYTjABC-O-Ey9Oy5M_8OQkc0ljulQnZetNr_yIs,262
12
+ polyaxon/pkg.py,sha256=Gb55kkiFZ_lmnzpuRQP7d0eylBGo9ftr9DKHLiYOTpU,262
13
13
  polyaxon/polyaxonfile.py,sha256=xHmHT_cHomfuAQm82Jhnp71YNN5mQ-Lod7EbonjY4b4,429
14
14
  polyaxon/schemas.py,sha256=-CykY3emoAUCs_zRNbjwkuMkqbaEDjfKsZC86rI8154,5870
15
15
  polyaxon/settings.py,sha256=Pxx1-T2oeJ5XmvGFN0YgnVzum_9FyTPaQtl68aQvYc4,4116
@@ -29,7 +29,7 @@ polyaxon/_cli/check.py,sha256=WSQpQp3enPmgIXrllwgUTd3VcjYCG8P-37ONt7F67wo,1337
29
29
  polyaxon/_cli/completion.py,sha256=soJlrKTAFdxskWNH3YjgCMTM__NqVCr9Rr6z8FSmXao,2017
30
30
  polyaxon/_cli/components.py,sha256=pvfZB9NIjwA8qtfdebKWMAbdx--7ARV0FZImPnW6u4A,19818
31
31
  polyaxon/_cli/config.py,sha256=-ruIopLsC0ArPvw8RHlY5uQDu2_eaQ5PnvEDNJsq9f8,9165
32
- polyaxon/_cli/dashboard.py,sha256=zRrOJMfowM7YQnYXhz_guKsTi-jkoCuVl_g0UTJ37qE,1681
32
+ polyaxon/_cli/dashboard.py,sha256=Dmx6lXqVmUQ60eOtEpxWCvGzKEjibxXVmSHDQUkRn8M,1649
33
33
  polyaxon/_cli/errors.py,sha256=BYs7-I0CLLNYma-I0eJXB1EHs8ZTs_nWGRKGJz6CzTI,1031
34
34
  polyaxon/_cli/init.py,sha256=lZhkIbaHGv4FdMypdmXhYXRrH5GpM-qcDEks4IsmKIM,7714
35
35
  polyaxon/_cli/models.py,sha256=71oxGrIe4nQORnnfAiNi6T7A0DBnEe3V6whBABBGL3c,18066
@@ -611,9 +611,9 @@ polyaxon/tuners/hyperopt.py,sha256=zd6MblMGkooqLGDFJVo5kClqYnBoMwGj-opqqj8FDzQ,7
611
611
  polyaxon/tuners/mapping.py,sha256=pOdHCiwEufTk-QT7pNyjBjAEWNTM-lMC17WNTCk7C24,69
612
612
  polyaxon/tuners/random_search.py,sha256=6VEekM3N9h6E1lbpVTTUGKFPJlGMY2u-GkG615_nQcI,80
613
613
  polyaxon_sdk/__init__.py,sha256=HWvFdGWESyVG3f26K_szewiG-McMOHFkXKTfZcBlHsM,92
614
- polyaxon-2.5.0.dist-info/LICENSE,sha256=86kroZbQUDsmSWOomB7dpceG65UXiVSPob4581tStBc,11349
615
- polyaxon-2.5.0.dist-info/METADATA,sha256=CFfAQiVsOQnlNsz8MxL7CoDQHZuVzntM4ys3LD0DXYg,11664
616
- polyaxon-2.5.0.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
617
- polyaxon-2.5.0.dist-info/entry_points.txt,sha256=aFbUMjkg9vzRBVAFhqvR1m92yG8Cov7UAF0zViGfoQw,70
618
- polyaxon-2.5.0.dist-info/top_level.txt,sha256=I_2e_Vv8rdcqWcMMdZocbrHiKPNGqoSMBqIObrw00Rg,22
619
- polyaxon-2.5.0.dist-info/RECORD,,
614
+ polyaxon-2.5.1.dist-info/LICENSE,sha256=86kroZbQUDsmSWOomB7dpceG65UXiVSPob4581tStBc,11349
615
+ polyaxon-2.5.1.dist-info/METADATA,sha256=SbioAJRrKgwiTPrLaDItffEZA3gIue6Yl58SvQBaIA4,11661
616
+ polyaxon-2.5.1.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
617
+ polyaxon-2.5.1.dist-info/entry_points.txt,sha256=aFbUMjkg9vzRBVAFhqvR1m92yG8Cov7UAF0zViGfoQw,70
618
+ polyaxon-2.5.1.dist-info/top_level.txt,sha256=I_2e_Vv8rdcqWcMMdZocbrHiKPNGqoSMBqIObrw00Rg,22
619
+ polyaxon-2.5.1.dist-info/RECORD,,