llamactl 0.3.6__py3-none-any.whl → 0.3.8__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.
- llama_deploy/cli/textual/deployment_form.py +1 -1
- {llamactl-0.3.6.dist-info → llamactl-0.3.8.dist-info}/METADATA +3 -3
- {llamactl-0.3.6.dist-info → llamactl-0.3.8.dist-info}/RECORD +5 -5
- {llamactl-0.3.6.dist-info → llamactl-0.3.8.dist-info}/WHEEL +0 -0
- {llamactl-0.3.6.dist-info → llamactl-0.3.8.dist-info}/entry_points.txt +0 -0
|
@@ -472,7 +472,7 @@ class DeploymentEditApp(App[DeploymentResponse | None]):
|
|
|
472
472
|
self.form_data = updated_form
|
|
473
473
|
self.current_state = "monitor"
|
|
474
474
|
except Exception as e:
|
|
475
|
-
# Return to form and show error
|
|
475
|
+
# Return to form and show informative error
|
|
476
476
|
self.save_error = f"Error saving deployment: {e}"
|
|
477
477
|
self.current_state = "form"
|
|
478
478
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: llamactl
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.8
|
|
4
4
|
Summary: A command-line interface for managing LlamaDeploy projects and deployments
|
|
5
5
|
Author: Adrian Lyjak
|
|
6
6
|
Author-email: Adrian Lyjak <adrianlyjak@gmail.com>
|
|
7
7
|
License: MIT
|
|
8
|
-
Requires-Dist: llama-deploy-core[client]>=0.3.
|
|
9
|
-
Requires-Dist: llama-deploy-appserver>=0.3.
|
|
8
|
+
Requires-Dist: llama-deploy-core[client]>=0.3.8,<0.4.0
|
|
9
|
+
Requires-Dist: llama-deploy-appserver>=0.3.8,<0.4.0
|
|
10
10
|
Requires-Dist: httpx>=0.24.0,<1.0.0
|
|
11
11
|
Requires-Dist: rich>=13.0.0
|
|
12
12
|
Requires-Dist: questionary>=2.0.0
|
|
@@ -23,7 +23,7 @@ llama_deploy/cli/interactive_prompts/utils.py,sha256=594cc2a242cc3405d66d0e26a60
|
|
|
23
23
|
llama_deploy/cli/options.py,sha256=62ee7286c3305ddb4b597783d19e854284d79bf9384800045f15b934dc245c1d,1298
|
|
24
24
|
llama_deploy/cli/py.typed,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
|
|
25
25
|
llama_deploy/cli/styles.py,sha256=15901fb567b0d10470f56a06d863819c4ed00a9f90b2a8c46b4bc2fb1dbdf6c3,307
|
|
26
|
-
llama_deploy/cli/textual/deployment_form.py,sha256=
|
|
26
|
+
llama_deploy/cli/textual/deployment_form.py,sha256=fb27a1f9379d0b7245184875cf95190c895a9872fbf550bf45e227a9ddc54d07,23689
|
|
27
27
|
llama_deploy/cli/textual/deployment_help.py,sha256=91094f9c460421bae75bc705c02c64a9ec464a7e92dd2eb5de365cfd5b08a9a7,2463
|
|
28
28
|
llama_deploy/cli/textual/deployment_monitor.py,sha256=86b2545eeee9ef4ff9c8bec0ee5c8eefd54373d2200da5906a886fb614e763cd,16723
|
|
29
29
|
llama_deploy/cli/textual/git_validation.py,sha256=94c95b61d0cbc490566a406b4886c9c12e1d1793dc14038a5be37119223c9568,13419
|
|
@@ -32,7 +32,7 @@ llama_deploy/cli/textual/llama_loader.py,sha256=33cb32a46dd40bcf889c553e44f2672c
|
|
|
32
32
|
llama_deploy/cli/textual/secrets_form.py,sha256=df6699de29d2bc2cbcaddd41ad2495ce0e622cdccaadbc8369a6ee09a9e79d34,7251
|
|
33
33
|
llama_deploy/cli/textual/styles.tcss,sha256=c8fa0eec00a97fa6907d223faaad82c6add1ea3f60009f1630be19282ea77e3b,3271
|
|
34
34
|
llama_deploy/cli/utils/env_inject.py,sha256=01911758bcc3cf22aad0db0d1ade56aece48d6ad6bdb7186ea213337c67f5a89,688
|
|
35
|
-
llamactl-0.3.
|
|
36
|
-
llamactl-0.3.
|
|
37
|
-
llamactl-0.3.
|
|
38
|
-
llamactl-0.3.
|
|
35
|
+
llamactl-0.3.8.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
|
|
36
|
+
llamactl-0.3.8.dist-info/entry_points.txt,sha256=b67e1eb64305058751a651a80f2d2268b5f7046732268421e796f64d4697f83c,52
|
|
37
|
+
llamactl-0.3.8.dist-info/METADATA,sha256=163a9428bd0648a9b48cbb6af32ea2a13ae4b29da524d5501b3c109359271040,3252
|
|
38
|
+
llamactl-0.3.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|