anyscale 0.26.71__py3-none-any.whl → 0.26.72__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.
- anyscale/job_queue/__init__.py +1 -1
- anyscale/version.py +1 -1
- {anyscale-0.26.71.dist-info → anyscale-0.26.72.dist-info}/METADATA +1 -1
- {anyscale-0.26.71.dist-info → anyscale-0.26.72.dist-info}/RECORD +9 -9
- {anyscale-0.26.71.dist-info → anyscale-0.26.72.dist-info}/WHEEL +0 -0
- {anyscale-0.26.71.dist-info → anyscale-0.26.72.dist-info}/entry_points.txt +0 -0
- {anyscale-0.26.71.dist-info → anyscale-0.26.72.dist-info}/licenses/LICENSE +0 -0
- {anyscale-0.26.71.dist-info → anyscale-0.26.72.dist-info}/licenses/NOTICE +0 -0
- {anyscale-0.26.71.dist-info → anyscale-0.26.72.dist-info}/top_level.txt +0 -0
anyscale/job_queue/__init__.py
CHANGED
|
@@ -55,7 +55,7 @@ class JobQueueSDK:
|
|
|
55
55
|
cloud: Optional[str] = None,
|
|
56
56
|
project: Optional[str] = None,
|
|
57
57
|
cluster_status: Optional[SessionState] = None,
|
|
58
|
-
tags_filter: Optional[
|
|
58
|
+
tags_filter: Optional[Dict[str, List[str]]] = None,
|
|
59
59
|
page_size: Optional[int] = None,
|
|
60
60
|
max_items: Optional[int] = None,
|
|
61
61
|
sorting_directives: Optional[List[JobQueueSortDirective]] = None,
|
anyscale/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.26.
|
|
1
|
+
__version__ = "0.26.72"
|
|
@@ -28,7 +28,7 @@ anyscale/snapshot.py,sha256=UGJT5C1s_4xmQxjWODK5DFpGxHRBX5jOCdSCqXESH8E,1685
|
|
|
28
28
|
anyscale/tables.py,sha256=TV4F2uLnwehvbkAfaP7iuLlT2wLIo6ORH2LVdRGXW5g,2840
|
|
29
29
|
anyscale/telemetry.py,sha256=U90C2Vgx48z9PMTI6EbzHFbP3jWnDUutbIfMPBb8-SI,14711
|
|
30
30
|
anyscale/util.py,sha256=3jfGH2CyDmXrSg-3owSF7F8FnqKbLJ-aHUbepyCKuqQ,42903
|
|
31
|
-
anyscale/version.py,sha256=
|
|
31
|
+
anyscale/version.py,sha256=ecNlItqXcPnni85DSZlZKdg-zLwj1u5TmEGnegDTafg,24
|
|
32
32
|
anyscale/workspace_utils.py,sha256=OViE88CnIF5ruVxd3kazQ0Mf2BxqtMq6wx-XQ5A2cp8,1204
|
|
33
33
|
anyscale/_private/anyscale_client/README.md,sha256=kSfI2Jfw5RHZWYtu0di3XtdSCx0d2pSwKMfjmDvw7Tg,3770
|
|
34
34
|
anyscale/_private/anyscale_client/__init__.py,sha256=807Blx3RHQeS8BmKZcsOQQ4dYoKlCnpm6Bdsif2CrHg,337
|
|
@@ -951,7 +951,7 @@ anyscale/job/__init__.py,sha256=_5Nb3a11F4oAHXirTgx5vDdgpVzJ62FdGFmADxxvcPE,5051
|
|
|
951
951
|
anyscale/job/commands.py,sha256=cdTGRaasWcFYM93fUtPXKbxNYvvArYkjXoqlhtJC7ug,8680
|
|
952
952
|
anyscale/job/models.py,sha256=FCxe7xjG9cL6-SAN71UmAipxIv-qcLPI3ZwBlGxbqxQ,19344
|
|
953
953
|
anyscale/job/_private/job_sdk.py,sha256=bKA8boMlpLTUPyINCY0jHNVCOkdjYNKZpQWzFwGx1Q0,22911
|
|
954
|
-
anyscale/job_queue/__init__.py,sha256=
|
|
954
|
+
anyscale/job_queue/__init__.py,sha256=Ell8oigZ6_J7GsHs0864ZZ7vS7CQ0v-E6UdA9l2l5ZU,4353
|
|
955
955
|
anyscale/job_queue/commands.py,sha256=7D6tL5TdyF7BJhhlOd8xyW_HrAdD8magc_pV07CeABc,5724
|
|
956
956
|
anyscale/job_queue/models.py,sha256=gl98WWvvdUlCWaSpLyUHggzNmUr49ti39itB37mznM0,10538
|
|
957
957
|
anyscale/job_queue/_private/job_queue_sdk.py,sha256=PnHFdObUikp3BP6norN7_oIFPjM2G8CX2L7hA303Urc,6957
|
|
@@ -1217,10 +1217,10 @@ anyscale/workspace/__init__.py,sha256=Innbm5ZhCyADEVBiYSo_vbpKwUNcMzVSAfxIGKOYe6
|
|
|
1217
1217
|
anyscale/workspace/commands.py,sha256=b1sqNseoPj-1VXznqQOLe0V_a663bOTvJX-TaOMJa1Y,14590
|
|
1218
1218
|
anyscale/workspace/models.py,sha256=GNVAxYlrqG3T7jgL_q1Lh3o1AFDLYB69pfKlVBVZw_Q,10599
|
|
1219
1219
|
anyscale/workspace/_private/workspace_sdk.py,sha256=aRp3bialIRgOkthOFOqD9UaQNrzQiEfyPGSIcxxC24o,27651
|
|
1220
|
-
anyscale-0.26.
|
|
1221
|
-
anyscale-0.26.
|
|
1222
|
-
anyscale-0.26.
|
|
1223
|
-
anyscale-0.26.
|
|
1224
|
-
anyscale-0.26.
|
|
1225
|
-
anyscale-0.26.
|
|
1226
|
-
anyscale-0.26.
|
|
1220
|
+
anyscale-0.26.72.dist-info/licenses/LICENSE,sha256=UOPu974Wzsna6frFv1mu4VrZgNdZT7lbcNPzo5ue3qs,3494
|
|
1221
|
+
anyscale-0.26.72.dist-info/licenses/NOTICE,sha256=gHqDhSnUYlRXX-mDOL5FtE7774oiKyV_HO80qM3r9Xo,196
|
|
1222
|
+
anyscale-0.26.72.dist-info/METADATA,sha256=XK15z5fyzS72dTaLZVHRD64s19KVl0d4-mCD11LXoMw,3231
|
|
1223
|
+
anyscale-0.26.72.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
1224
|
+
anyscale-0.26.72.dist-info/entry_points.txt,sha256=NqO18sCZn6zG6J0S38itjcN00s7aE3C3v3k5lMAfCLk,51
|
|
1225
|
+
anyscale-0.26.72.dist-info/top_level.txt,sha256=g3NVNS8Oh0NZwbFFgeX696C5MZZkS5dqV2NqcsbDRJE,9
|
|
1226
|
+
anyscale-0.26.72.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|