llama-deploy-appserver 0.4.1__py3-none-any.whl → 0.4.3__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/appserver/workflow_loader.py +1 -0
- {llama_deploy_appserver-0.4.1.dist-info → llama_deploy_appserver-0.4.3.dist-info}/METADATA +3 -3
- {llama_deploy_appserver-0.4.1.dist-info → llama_deploy_appserver-0.4.3.dist-info}/RECORD +4 -4
- {llama_deploy_appserver-0.4.1.dist-info → llama_deploy_appserver-0.4.3.dist-info}/WHEEL +0 -0
|
@@ -417,6 +417,7 @@ def _ui_env(config: DeploymentConfig, settings: ApiserverSettings) -> dict[str,
|
|
|
417
417
|
env["LLAMA_DEPLOY_DEPLOYMENT_BASE_PATH"] = f"/deployments/{config.name}/ui"
|
|
418
418
|
if config.ui is not None:
|
|
419
419
|
env["PORT"] = str(settings.proxy_ui_port)
|
|
420
|
+
env["LLAMA_DEPLOY_SERVER_PORT"] = str(settings.port)
|
|
420
421
|
return env
|
|
421
422
|
|
|
422
423
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: llama-deploy-appserver
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
4
4
|
Summary: Application server components for LlamaDeploy
|
|
5
5
|
Author: Massimiliano Pippi, Adrian Lyjak
|
|
6
6
|
Author-email: Massimiliano Pippi <mpippi@gmail.com>, Adrian Lyjak <adrianlyjak@gmail.com>
|
|
7
7
|
License: MIT
|
|
8
|
-
Requires-Dist: llama-index-workflows[server]>=2.
|
|
8
|
+
Requires-Dist: llama-index-workflows[server]>=2.13.0,<2.14.0
|
|
9
9
|
Requires-Dist: pydantic-settings>=2.10.1
|
|
10
10
|
Requires-Dist: fastapi>=0.100.0
|
|
11
11
|
Requires-Dist: websockets>=12.0
|
|
12
|
-
Requires-Dist: llama-deploy-core>=0.4.
|
|
12
|
+
Requires-Dist: llama-deploy-core>=0.4.3,<0.5.0
|
|
13
13
|
Requires-Dist: httpx>=0.24.0,<1.0.0
|
|
14
14
|
Requires-Dist: prometheus-fastapi-instrumentator>=7.1.0
|
|
15
15
|
Requires-Dist: packaging>=25.0
|
|
@@ -15,10 +15,10 @@ llama_deploy/appserver/routers/ui_proxy.py,sha256=38f00793a5644c937b1f09af862a63
|
|
|
15
15
|
llama_deploy/appserver/settings.py,sha256=aa4512d2f1f28b8ee7d3fedc8c61f77bce9f807f85857c0f6282054320c9da23,5124
|
|
16
16
|
llama_deploy/appserver/stats.py,sha256=1f3989f6705a6de3e4d61ee8cdd189fbe04a2c53ec5e720b2e5168acc331427f,691
|
|
17
17
|
llama_deploy/appserver/types.py,sha256=4edc991aafb6b8497f068d12387455df292da3ff8440223637641ab1632553ec,2133
|
|
18
|
-
llama_deploy/appserver/workflow_loader.py,sha256=
|
|
18
|
+
llama_deploy/appserver/workflow_loader.py,sha256=37afcda182d8a9d39cb01ada5690d794bbe264631ae96725c481b6887058a09a,16298
|
|
19
19
|
llama_deploy/appserver/workflow_store/agent_data_store.py,sha256=816710c9957c37792ce38e97a2c57cd8079953d55489b445675646ff74b4e13e,7710
|
|
20
20
|
llama_deploy/appserver/workflow_store/keyed_lock.py,sha256=72bcfafbce56d5b36d53aff764b573c2dca2b3f5bc59f2d8baa80be0e4db6e34,1037
|
|
21
21
|
llama_deploy/appserver/workflow_store/lru_cache.py,sha256=10b7d69e4be7d929d9dac009b59635b20fbed4603fb004bc35cbdc3ce538af8b,1454
|
|
22
|
-
llama_deploy_appserver-0.4.
|
|
23
|
-
llama_deploy_appserver-0.4.
|
|
24
|
-
llama_deploy_appserver-0.4.
|
|
22
|
+
llama_deploy_appserver-0.4.3.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
|
|
23
|
+
llama_deploy_appserver-0.4.3.dist-info/METADATA,sha256=892186f0bc53a548252e4c6cd55729424e30cc133a6bd37afcfaa9d122719288,1117
|
|
24
|
+
llama_deploy_appserver-0.4.3.dist-info/RECORD,,
|
|
File without changes
|