llama-deploy-appserver 0.3.0a3__py3-none-any.whl → 0.3.0a4__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.
@@ -161,10 +161,8 @@ def load_environment_variables(config: DeploymentConfig, source_root: Path) -> N
161
161
  for service_id, service_config in config.services.items():
162
162
  env_vars = {**service_config.env} if service_config.env else {}
163
163
  for env_file in service_config.env_files or []:
164
- print(f"Loading environment variables from {env_file}")
165
164
  env_file_path = source_root / env_file
166
165
  values = dotenv_values(env_file_path)
167
- print(f"Loaded environment variables from {env_file_path}: {values}")
168
166
  env_vars.update(**values)
169
167
  for key, value in env_vars.items():
170
168
  if value:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: llama-deploy-appserver
3
- Version: 0.3.0a3
3
+ Version: 0.3.0a4
4
4
  Summary: Application server components for LlamaDeploy
5
5
  Author: Massimiliano Pippi
6
6
  Author-email: Massimiliano Pippi <mpippi@gmail.com>
@@ -10,7 +10,7 @@ Requires-Dist: pydantic-settings>=2.10.1
10
10
  Requires-Dist: uvicorn>=0.24.0
11
11
  Requires-Dist: fastapi>=0.100.0
12
12
  Requires-Dist: websockets>=12.0
13
- Requires-Dist: llama-deploy-core>=0.3.0a3,<0.4.0
13
+ Requires-Dist: llama-deploy-core>=0.3.0a4,<0.4.0
14
14
  Requires-Dist: httpx>=0.28.1
15
15
  Requires-Dist: prometheus-fastapi-instrumentator>=7.1.0
16
16
  Requires-Python: >=3.12, <4
@@ -11,7 +11,7 @@ llama_deploy/appserver/routers/ui_proxy.py,sha256=9bf7e433e387bb3aa3c6fabee09313
11
11
  llama_deploy/appserver/settings.py,sha256=741b2ac12f37ea4bd7da4fbac4170ca7719095f123ff7a451ae8be36a530b4a6,2820
12
12
  llama_deploy/appserver/stats.py,sha256=1f3989f6705a6de3e4d61ee8cdd189fbe04a2c53ec5e720b2e5168acc331427f,691
13
13
  llama_deploy/appserver/types.py,sha256=4edc991aafb6b8497f068d12387455df292da3ff8440223637641ab1632553ec,2133
14
- llama_deploy/appserver/workflow_loader.py,sha256=6266e195c8d94185be801eb61c7760a80e596e9da622d116753bc4a22da6e1bd,12310
15
- llama_deploy_appserver-0.3.0a3.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
16
- llama_deploy_appserver-0.3.0a3.dist-info/METADATA,sha256=719c7d669a00a4127f7a5b9403f297051ba4331828f883a1e8a232145ac3a3b7,746
17
- llama_deploy_appserver-0.3.0a3.dist-info/RECORD,,
14
+ llama_deploy/appserver/workflow_loader.py,sha256=26cf958f8d1ec5fcb266ce465292d883b4f7c64b2832abca04bbf69ae303393d,12160
15
+ llama_deploy_appserver-0.3.0a4.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
16
+ llama_deploy_appserver-0.3.0a4.dist-info/METADATA,sha256=a50e0888f6a99eec2c09c0c1d7b0b84912920470bfb431e32070b31608c42956,746
17
+ llama_deploy_appserver-0.3.0a4.dist-info/RECORD,,