llama-deploy-core 0.3.0a8__py3-none-any.whl → 0.3.0a9__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.
@@ -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,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: llama-deploy-core
3
- Version: 0.3.0a8
3
+ Version: 0.3.0a9
4
4
  Summary: Core models and schemas for LlamaDeploy
5
5
  License: MIT
6
6
  Requires-Dist: pydantic>=2.0.0
@@ -5,10 +5,10 @@ llama_deploy/core/git/git_util.py,sha256=c581c1da13871b4e89eda58f56ddb074139454c
5
5
  llama_deploy/core/path_util.py,sha256=14d50c0c337c8450ed46cafc88436027056b365a48370a69cdb76c88d7c26fd1,798
6
6
  llama_deploy/core/schema/__init__.py,sha256=cc60a6fb54983d7ca13e2cc86d414a0d006a79c20e44344701f9fbe3b1d21577,739
7
7
  llama_deploy/core/schema/base.py,sha256=c02e33e35e7e4540b3065a82267febeb6da169222210a1d1c2479f6a7f1c6a4b,802
8
- llama_deploy/core/schema/deployments.py,sha256=fe4c540d39a3e369e3fa286df128398043f591ddc4a623ccb2d432596c53dca6,6108
8
+ llama_deploy/core/schema/deployments.py,sha256=1e310548f6847ee000b06d655b3fec006148bd2994b4c6b7d073582a7c312ec1,6392
9
9
  llama_deploy/core/schema/git_validation.py,sha256=27b306aa6ecabe58cab6381d92551545f263fe7550c58b3087115410bc71fd21,1915
10
10
  llama_deploy/core/schema/projects.py,sha256=c97eda38207d80354c2ee3a237cba9c3f6838148197cfa2d97b9a18d3da1a38b,294
11
11
  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,,
12
+ llama_deploy_core-0.3.0a9.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
13
+ llama_deploy_core-0.3.0a9.dist-info/METADATA,sha256=97185524565321b30c322e7f5b3346489ee77bd659f8c19427d5cee21ce058ab,402
14
+ llama_deploy_core-0.3.0a9.dist-info/RECORD,,