llamactl 0.3.0a24__py3-none-any.whl → 0.3.2__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,3 +1,5 @@
1
+ import warnings
2
+
1
3
  from llama_deploy.cli.commands.auth import auth
2
4
  from llama_deploy.cli.commands.deployment import deployments
3
5
  from llama_deploy.cli.commands.env import env_group
@@ -6,6 +8,14 @@ from llama_deploy.cli.commands.serve import serve
6
8
 
7
9
  from .app import app
8
10
 
11
+ # Disable warnings in llamactl CLI, and specifically silence the Pydantic
12
+ # UnsupportedFieldAttributeWarning about `validate_default` on Field().
13
+ warnings.simplefilter("ignore")
14
+ warnings.filterwarnings(
15
+ "ignore",
16
+ message=r"The 'validate_default' attribute .* has no effect.*",
17
+ )
18
+
9
19
 
10
20
  # Main entry point function (called by the script)
11
21
  def main() -> None:
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: llamactl
3
- Version: 0.3.0a24
3
+ Version: 0.3.2
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.0a24,<0.4.0
9
- Requires-Dist: llama-deploy-appserver>=0.3.0a24,<0.4.0
8
+ Requires-Dist: llama-deploy-core[client]>=0.3.2,<0.4.0
9
+ Requires-Dist: llama-deploy-appserver>=0.3.2,<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
@@ -1,4 +1,4 @@
1
- llama_deploy/cli/__init__.py,sha256=df028686233c4d5a3e244bb50c1c7b84cf2399ae03abe45eb4d01e53caa1be38,476
1
+ llama_deploy/cli/__init__.py,sha256=116170a773d7377f2e61bc8b006999d463af24027867be54ff9b20132970490f,781
2
2
  llama_deploy/cli/app.py,sha256=9170e4f506c482522bd745eb1cdb700a198cfcfd7204c168c94e5ee2b6b43ffa,2199
3
3
  llama_deploy/cli/auth/client.py,sha256=0673e2fdc71e8cf1f6d79a64e39596e608dc0257b7dddfebcc38e13e1545a2a8,11670
4
4
  llama_deploy/cli/client.py,sha256=f4053b5183224cff55c1393e78887d1af2597219135379a851b742c676adc154,1727
@@ -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.0a24.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
36
- llamactl-0.3.0a24.dist-info/entry_points.txt,sha256=b67e1eb64305058751a651a80f2d2268b5f7046732268421e796f64d4697f83c,52
37
- llamactl-0.3.0a24.dist-info/METADATA,sha256=f8c96a953953939365f3c16a56bf2d0f418fd951023ae8f4fba166207e4cde46,3261
38
- llamactl-0.3.0a24.dist-info/RECORD,,
35
+ llamactl-0.3.2.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
36
+ llamactl-0.3.2.dist-info/entry_points.txt,sha256=b67e1eb64305058751a651a80f2d2268b5f7046732268421e796f64d4697f83c,52
37
+ llamactl-0.3.2.dist-info/METADATA,sha256=d0bbd8feae3c3765de40497584338eaefadb0692ca444c804f7b04336e3ec121,3252
38
+ llamactl-0.3.2.dist-info/RECORD,,