plato-sdk-v2 2.7.5__py3-none-any.whl → 2.7.6__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.
@@ -1,4 +1,4 @@
1
- """Plato API SDK - v0.46.0"""
1
+ """Plato API SDK - v0.47.0"""
2
2
 
3
3
  from . import api, errors, models
4
4
  from .client import AsyncClient, Client
@@ -1,20 +1,22 @@
1
1
  """API version module."""
2
2
 
3
- from . import admin.cache
4
- from . import agents
5
- from . import artifacts
6
- from . import chronos
7
- from . import chronos_packages
8
- from . import cluster
9
- from . import jobs
10
- from . import networks
11
- from . import pypi
12
- from . import releases
13
- from . import sessions
14
- from . import user
3
+ from . import (
4
+ admin,
5
+ agents,
6
+ artifacts,
7
+ chronos,
8
+ chronos_packages,
9
+ cluster,
10
+ jobs,
11
+ networks,
12
+ pypi,
13
+ releases,
14
+ sessions,
15
+ user,
16
+ )
15
17
 
16
18
  __all__ = [
17
- "admin.cache",
19
+ "admin",
18
20
  "agents",
19
21
  "artifacts",
20
22
  "chronos",
@@ -26,4 +28,4 @@ __all__ = [
26
28
  "releases",
27
29
  "sessions",
28
30
  "user",
29
- ]
31
+ ]
@@ -1,3 +1,7 @@
1
1
  """API version module."""
2
2
 
3
- __all__ = []
3
+ from . import cache
4
+
5
+ __all__ = [
6
+ "cache",
7
+ ]
@@ -1,11 +1,11 @@
1
1
  # generated by datamodel-codegen:
2
- # filename: tmpio7emwyr.json
3
- # timestamp: 2026-01-29T20:21:27+00:00
2
+ # filename: tmpy5rfux2_.json
3
+ # timestamp: 2026-01-29T20:47:53+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
7
7
  from enum import Enum
8
- from typing import Annotated, Any, Dict, List, Literal
8
+ from typing import Annotated, Any, Literal
9
9
 
10
10
  from pydantic import AwareDatetime, BaseModel, ConfigDict, Field, RootModel
11
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plato-sdk-v2
3
- Version: 2.7.5
3
+ Version: 2.7.6
4
4
  Summary: Python SDK for the Plato API
5
5
  Author-email: Plato <support@plato.so>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  plato/__init__.py,sha256=a9E0KS1602GWHHStnf7wDEuvPCvh2GpPh0Sf8oKZx5Q,1795
2
2
  plato/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- plato/_generated/__init__.py,sha256=zXYgJRnbMsHl1DQEYcj-B1c4a6OLQ6wyHeBSDL2vds8,738
3
+ plato/_generated/__init__.py,sha256=brhuFWbKg8Opk2yHAz61gRXPfpKEzNfdwTkft1lRx7w,738
4
4
  plato/_generated/client.py,sha256=_oMKXyAShQVddCaIKnfB2zPkRsDlCwLp-N3RFoKq_v8,5489
5
5
  plato/_generated/errors.py,sha256=goTGrZ4rrujGZ-BoOonoyaGwdGDkGO6GyeubIkQVv9E,4197
6
6
  plato/_generated/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -195,8 +195,8 @@ plato/_generated/api/v1/testcases/get_testcases_in_set.py,sha256=TJK2KHmGC5lNmBP
195
195
  plato/_generated/api/v1/testcases/mark_organization_test_case_completed.py,sha256=bbtE5PWIA9X0EkyrSXE8YN0gp6x6sfno0rc02AK_-l0,1521
196
196
  plato/_generated/api/v1/testcases/update_testcase.py,sha256=-kTW31ioDzQvr2AmOv9gHL7jN6K9qhGyjnJfNHETwhA,1699
197
197
  plato/_generated/api/v1/testcases/version_bump_testcase.py,sha256=r3qz7DibOQTKmoG0CrPWX_WItgDyOoh5B2H4degsRcU,1719
198
- plato/_generated/api/v2/__init__.py,sha256=3w2-N8-XYfIGeOq1hs6WWYVvDlGk8hSgbBtr4FsJAeY,501
199
- plato/_generated/api/v2/admin/__init__.py,sha256=eCNSn0z66IkETwXlLDrUUhNewPAyXoXj5MSQu0DA_z8,40
198
+ plato/_generated/api/v2/__init__.py,sha256=xYI4fuWsnsRC_MpXovFVEVLpfMLpsBKb0bk0s97npB8,400
199
+ plato/_generated/api/v2/admin/__init__.py,sha256=oG04_jDy9fXGI57RlfTPW4sAuksQRbk6K1eQVRJM9b4,75
200
200
  plato/_generated/api/v2/admin/cache/__init__.py,sha256=J4n6hcl447_EGGwT4aNNqNt7BnkJgIPwykgBeWrBWSA,224
201
201
  plato/_generated/api/v2/admin/cache/clear_all.py,sha256=ylnoqQpxJkiOgcAKn2N3e8bRaPCUx22ghmPDsMFGBo4,1883
202
202
  plato/_generated/api/v2/admin/cache/clear_single_cache.py,sha256=uf5cRmvch5KyEKR92k4c5VnBUcXYGbFwGZgjI08wYDc,2059
@@ -301,7 +301,7 @@ plato/_generated/api/v2/user/__init__.py,sha256=yMh1Gn9VpKHQMQCmJdpeDPA9Ek9PBgP0
301
301
  plato/_generated/api/v2/user/get_current_user.py,sha256=tvamtbWTEkeeNUBLSPqZIcCGqKVadQM3DVcezsWP22U,1814
302
302
  plato/_generated/api/version/__init__.py,sha256=dQXTYrXjD1RZcvWwnlqXWAZ-eAV-V-6JSNuY7uaca7o,70
303
303
  plato/_generated/api/version/check.py,sha256=HTVNw0oi9gbvX4pOVoH4y4JywCxdl1pJTCk2PjJFwJ4,778
304
- plato/_generated/models/__init__.py,sha256=7Wma97R1YCb2Mnmi3lSu1M6nYN9xR8jZ8bRbfUHqUYs,162101
304
+ plato/_generated/models/__init__.py,sha256=UPFr8mItkDevaDF7ML28Ugqi0uudQIvWM_d629suqwA,162089
305
305
  plato/_sims_generator/__init__.py,sha256=Km4QOl9wxjQ5dgpdhk9QnBFJFFc9eq3rPbMWIQRjIn0,1602
306
306
  plato/_sims_generator/cli.py,sha256=mzolN-dxfMkVAdA-vC0esnai-cGg-i4ozOw8dACefV4,2709
307
307
  plato/_sims_generator/instruction.py,sha256=Na9M-jIdBPhp_fLuBPTicoFnWriRyi8YiZ-eQBj64HI,6644
@@ -513,7 +513,7 @@ plato/worlds/base.py,sha256=-RR71bSxEFI5yydtrtq-AAbuw98CIjvmrbztqzB9oIc,31041
513
513
  plato/worlds/build_hook.py,sha256=KSoW0kqa5b7NyZ7MYOw2qsZ_2FkWuz0M3Ru7AKOP7Qw,3486
514
514
  plato/worlds/config.py,sha256=O1lUXzxp-Z_M7izslT8naXgE6XujjzwYFFrDDzUOueI,12736
515
515
  plato/worlds/runner.py,sha256=r9B2BxBae8_dM7y5cJf9xhThp_I1Qvf_tlPq2rs8qC8,4013
516
- plato_sdk_v2-2.7.5.dist-info/METADATA,sha256=UryuMNFYUMIQb8k_-wWTmCm4EHX0Z__B92H_NpRr8O4,8652
517
- plato_sdk_v2-2.7.5.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
518
- plato_sdk_v2-2.7.5.dist-info/entry_points.txt,sha256=upGMbJCx6YWUTKrPoYvYUYfFCqYr75nHDwhA-45m6p8,136
519
- plato_sdk_v2-2.7.5.dist-info/RECORD,,
516
+ plato_sdk_v2-2.7.6.dist-info/METADATA,sha256=UGJqWgSQdpqaeNyY1xg3hIM8OZDRDfMSWnJSLtv6hBw,8652
517
+ plato_sdk_v2-2.7.6.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
518
+ plato_sdk_v2-2.7.6.dist-info/entry_points.txt,sha256=upGMbJCx6YWUTKrPoYvYUYfFCqYr75nHDwhA-45m6p8,136
519
+ plato_sdk_v2-2.7.6.dist-info/RECORD,,