polyaxon 2.2.0__py3-none-any.whl → 2.2.0.post1__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.
polyaxon/_client/run.py CHANGED
@@ -2136,9 +2136,9 @@ class RunClient(ClientMixin):
2136
2136
  abspath = filepath if is_abs() else os.path.abspath(filepath)
2137
2137
 
2138
2138
  for_patterns = []
2139
- if getattr(self, "_artifacts_path"):
2139
+ if getattr(self, "_artifacts_path", None):
2140
2140
  for_patterns.append(getattr(self, "_artifacts_path"))
2141
- if getattr(self, "_store_path"):
2141
+ if getattr(self, "_store_path", None):
2142
2142
  for_patterns.append(getattr(self, "_store_path"))
2143
2143
  context_root = (
2144
2144
  ctx_paths.CONTEXT_OFFLINE_ROOT
@@ -2,12 +2,11 @@ from typing import Optional
2
2
 
3
3
  from clipped.compact.pydantic import StrictStr
4
4
  from clipped.config.schema import BaseAllowSchemaModel
5
- from clipped.types.email import EmailStr
6
5
 
7
6
 
8
7
  class V1User(BaseAllowSchemaModel):
9
8
  username: Optional[StrictStr]
10
- email: Optional[EmailStr]
9
+ email: Optional[StrictStr]
11
10
  name: Optional[StrictStr]
12
11
  kind: Optional[StrictStr]
13
12
  theme: Optional[int]
polyaxon/pkg.py CHANGED
@@ -1,5 +1,5 @@
1
1
  NAME = "polyaxon"
2
- VERSION = "2.2.0"
2
+ VERSION = "2.2.0-post1"
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.2.0
3
+ Version: 2.2.0.post1
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.
@@ -36,7 +36,7 @@ License-File: LICENSE
36
36
  Requires-Dist: click <9.0.0,>=7.1.1
37
37
  Requires-Dist: clipped ==0.7.*
38
38
  Requires-Dist: vents ==0.4.*
39
- Requires-Dist: Jinja2 <3.1.3,>=2.10.3
39
+ Requires-Dist: Jinja2 <3.1.5,>=2.10.3
40
40
  Requires-Dist: kubernetes >=10.0.1
41
41
  Requires-Dist: python-dateutil >=2.7.3
42
42
  Requires-Dist: pytz >=2019.2
@@ -46,7 +46,7 @@ Requires-Dist: psutil >=5.4.7
46
46
  Requires-Dist: requests >=2.20.1
47
47
  Requires-Dist: requests-toolbelt >=0.8.0
48
48
  Requires-Dist: rich >=12.0.0
49
- Requires-Dist: sentry-sdk <1.40,>=1.2.0
49
+ Requires-Dist: sentry-sdk <2.6,>=1.2.0
50
50
  Requires-Dist: urllib3 >=1.25.6
51
51
  Requires-Dist: certifi >=2022.12.7
52
52
  Requires-Dist: pydantic >=1.10.2
@@ -59,10 +59,10 @@ Requires-Dist: moto ==2.0.5 ; extra == 'dev'
59
59
  Provides-Extra: docker
60
60
  Requires-Dist: docker ; extra == 'docker'
61
61
  Provides-Extra: fs
62
- Requires-Dist: adlfs ==2024.4.0 ; extra == 'fs'
63
- Requires-Dist: fsspec ==2024.3.1 ; extra == 'fs'
64
- Requires-Dist: gcsfs ==2024.3.1 ; extra == 'fs'
65
- Requires-Dist: s3fs ==2024.3.1 ; extra == 'fs'
62
+ Requires-Dist: adlfs ==2024.4.1 ; extra == 'fs'
63
+ Requires-Dist: fsspec ==2024.6.0 ; extra == 'fs'
64
+ Requires-Dist: gcsfs ==2024.6.0 ; extra == 'fs'
65
+ Requires-Dist: s3fs ==2024.6.0 ; extra == 'fs'
66
66
  Provides-Extra: fsspec
67
67
  Requires-Dist: fsspec ; extra == 'fsspec'
68
68
  Provides-Extra: gcs
@@ -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=hbHWZ5qW4v8e3v9_0M8SgTf_2n-aISqDfaGd3GOQ8q4,262
12
+ polyaxon/pkg.py,sha256=oLf0FYbl74rgRk0sKKPmXHPQ_wIDqxfsaNmzBO4vdN0,268
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
@@ -57,7 +57,7 @@ polyaxon/_client/impersonate.py,sha256=4jRoJoX8nkwvVc3zAYqVqPoysNT1kZoPRbwyTpyHG
57
57
  polyaxon/_client/init.py,sha256=QECGjzuBTFaagndubzd9U1COpc5NGe-E0aVkSRetcIs,418
58
58
  polyaxon/_client/mixin.py,sha256=-tPm8RBej0UeG9HAKH3qN2fPX8PBtuXAHY1OpwLIDu4,1017
59
59
  polyaxon/_client/project.py,sha256=-vHLae0fMYqOjMscRm0I25Ixj-hS6o9i6XQm5PIxyiA,65520
60
- polyaxon/_client/run.py,sha256=7aUowwMB_yDCFYrlBdYuh-LCKcsg7IUbSdaLusoYBX8,118798
60
+ polyaxon/_client/run.py,sha256=EyuuEL7-oabgv_AlX0osKT8flY-3eLMGOINgBk93xX4,118810
61
61
  polyaxon/_client/store.py,sha256=-Y33ypkijGQnhHTQ_vCTqLlpk0wRqoaP-ntJhdUtv7E,11311
62
62
  polyaxon/_client/decorators/__init__.py,sha256=e5CBijciLP-Ic-YkaL4tFhUdr--uod_TexvxAJamGZQ,186
63
63
  polyaxon/_client/decorators/client_call_handler.py,sha256=dgdidWsL9e8AgJmOfxz4urkI3bBgX64whWI1WHeAJDU,4587
@@ -548,7 +548,7 @@ polyaxon/_sdk/schemas/v1_team_member.py,sha256=Sfj3-GH6iwf5auTbj9u3Uy6NGgYY5HP9n
548
548
  polyaxon/_sdk/schemas/v1_team_settings.py,sha256=bfWhOItuTCOnQQ15jkaYQWH4kwBKJI8QkwKj4vJ9xnw,301
549
549
  polyaxon/_sdk/schemas/v1_token.py,sha256=g2g2bfPtgBcZskfou-RO5sfDP9FqEoXYBgxoOkIhjC8,604
550
550
  polyaxon/_sdk/schemas/v1_trial_start.py,sha256=h1Ut9R529Vsfug8HRtDEdjWlmTEWAPOsvbxavJAb4hQ,418
551
- polyaxon/_sdk/schemas/v1_user.py,sha256=BOb30Zw0VN-VfW4hNdZ_u0FygBKE-YgSWm7Qy6qxC0M,397
551
+ polyaxon/_sdk/schemas/v1_user.py,sha256=HmbtjJavgA7GkSQIPN2xqFG2hNFEj5zjf1xg0m8dpuk,357
552
552
  polyaxon/_sdk/schemas/v1_user_access.py,sha256=TwFqN1RFBhvE8JDopjikChQV0OQewuVLYoNR_J0fDaE,303
553
553
  polyaxon/_sdk/schemas/v1_user_email.py,sha256=BpMbTfccBdFr_s5i2KO_d_6MXRz_lcY94WTHdmZ1AdA,198
554
554
  polyaxon/_sdk/schemas/v1_user_singup.py,sha256=eqG5Uic8CBHtnDRh7LWf-hO6K6M2pFPXQhYOb6-K1pk,392
@@ -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.2.0.dist-info/LICENSE,sha256=86kroZbQUDsmSWOomB7dpceG65UXiVSPob4581tStBc,11349
615
- polyaxon-2.2.0.dist-info/METADATA,sha256=vJfUFLkCTTcszj5-xxHxXAkRt8khaghUm5GEDKqij8I,11709
616
- polyaxon-2.2.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
617
- polyaxon-2.2.0.dist-info/entry_points.txt,sha256=aFbUMjkg9vzRBVAFhqvR1m92yG8Cov7UAF0zViGfoQw,70
618
- polyaxon-2.2.0.dist-info/top_level.txt,sha256=I_2e_Vv8rdcqWcMMdZocbrHiKPNGqoSMBqIObrw00Rg,22
619
- polyaxon-2.2.0.dist-info/RECORD,,
614
+ polyaxon-2.2.0.post1.dist-info/LICENSE,sha256=86kroZbQUDsmSWOomB7dpceG65UXiVSPob4581tStBc,11349
615
+ polyaxon-2.2.0.post1.dist-info/METADATA,sha256=BURB4v7eJBY_R0T1NDcn9WsKg-lef-4BCY2eIqPXMF8,11714
616
+ polyaxon-2.2.0.post1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
617
+ polyaxon-2.2.0.post1.dist-info/entry_points.txt,sha256=aFbUMjkg9vzRBVAFhqvR1m92yG8Cov7UAF0zViGfoQw,70
618
+ polyaxon-2.2.0.post1.dist-info/top_level.txt,sha256=I_2e_Vv8rdcqWcMMdZocbrHiKPNGqoSMBqIObrw00Rg,22
619
+ polyaxon-2.2.0.post1.dist-info/RECORD,,