llama-deploy-core 0.3.0a8__py3-none-any.whl → 0.3.0a10__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.
File without changes
@@ -18,6 +18,15 @@ LlamaDeploymentPhase = Literal[
18
18
  ]
19
19
 
20
20
 
21
+ class DeploymentEvent(Base):
22
+ message: str | None = None
23
+ reason: str | None = None
24
+ type: str | None = None
25
+ first_timestamp: datetime | None = None
26
+ last_timestamp: datetime | None = None
27
+ count: int | None = None
28
+
29
+
21
30
  class DeploymentResponse(Base):
22
31
  id: str
23
32
  name: str
@@ -31,6 +40,7 @@ class DeploymentResponse(Base):
31
40
  apiserver_url: HttpUrl | None
32
41
  status: LlamaDeploymentPhase
33
42
  warning: str | None = None
43
+ events: list[DeploymentEvent] | None = None
34
44
 
35
45
 
36
46
  class DeploymentsListResponse(Base):
@@ -1,10 +1,11 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: llama-deploy-core
3
- Version: 0.3.0a8
3
+ Version: 0.3.0a10
4
4
  Summary: Core models and schemas for LlamaDeploy
5
5
  License: MIT
6
6
  Requires-Dist: pydantic>=2.0.0
7
7
  Requires-Dist: pyyaml>=6.0.2
8
+ Requires-Dist: types-pyyaml>=6.0.12.20250822
8
9
  Requires-Python: >=3.12, <4
9
10
  Description-Content-Type: text/markdown
10
11
 
@@ -3,12 +3,13 @@ llama_deploy/core/config.py,sha256=69bb0ea8ac169eaa4e808cd60a098b616bddd3145d26c
3
3
  llama_deploy/core/deployment_config.py,sha256=ff10cc96f2c64abc4761eb83c5372fd22f3770159b45503818264723b578de4e,15092
4
4
  llama_deploy/core/git/git_util.py,sha256=c581c1da13871b4e89eda58f56ddb074139454c06ae9b04c0b396fdb2b9a5176,9193
5
5
  llama_deploy/core/path_util.py,sha256=14d50c0c337c8450ed46cafc88436027056b365a48370a69cdb76c88d7c26fd1,798
6
+ llama_deploy/core/py.typed,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
6
7
  llama_deploy/core/schema/__init__.py,sha256=cc60a6fb54983d7ca13e2cc86d414a0d006a79c20e44344701f9fbe3b1d21577,739
7
8
  llama_deploy/core/schema/base.py,sha256=c02e33e35e7e4540b3065a82267febeb6da169222210a1d1c2479f6a7f1c6a4b,802
8
- llama_deploy/core/schema/deployments.py,sha256=fe4c540d39a3e369e3fa286df128398043f591ddc4a623ccb2d432596c53dca6,6108
9
+ llama_deploy/core/schema/deployments.py,sha256=1e310548f6847ee000b06d655b3fec006148bd2994b4c6b7d073582a7c312ec1,6392
9
10
  llama_deploy/core/schema/git_validation.py,sha256=27b306aa6ecabe58cab6381d92551545f263fe7550c58b3087115410bc71fd21,1915
10
11
  llama_deploy/core/schema/projects.py,sha256=c97eda38207d80354c2ee3a237cba9c3f6838148197cfa2d97b9a18d3da1a38b,294
11
12
  llama_deploy/core/ui_build.py,sha256=290dafa951918e5593b9035570fa4c66791d7e5ea785bd372ad11e99e8283857,1514
12
- llama_deploy_core-0.3.0a8.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
13
- llama_deploy_core-0.3.0a8.dist-info/METADATA,sha256=f5fe24509ec6739b64202009cd19dc590052aa2a35cddf114ba985e430969993,402
14
- llama_deploy_core-0.3.0a8.dist-info/RECORD,,
13
+ llama_deploy_core-0.3.0a10.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
14
+ llama_deploy_core-0.3.0a10.dist-info/METADATA,sha256=7d0fcfd18527677e5a2687c407bc5d3f969396a4979a595d0bfce6f4c2f29e20,448
15
+ llama_deploy_core-0.3.0a10.dist-info/RECORD,,