llama-deploy-appserver 0.3.2__py3-none-any.whl → 0.3.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 +3 -0
- {llama_deploy_appserver-0.3.2.dist-info → llama_deploy_appserver-0.3.3.dist-info}/METADATA +2 -2
- {llama_deploy_appserver-0.3.2.dist-info → llama_deploy_appserver-0.3.3.dist-info}/RECORD +4 -4
- {llama_deploy_appserver-0.3.2.dist-info → llama_deploy_appserver-0.3.3.dist-info}/WHEEL +0 -0
|
@@ -354,6 +354,9 @@ def install_ui(config: DeploymentConfig, config_parent: Path) -> None:
|
|
|
354
354
|
|
|
355
355
|
def _ui_env(config: DeploymentConfig, settings: ApiserverSettings) -> dict[str, str]:
|
|
356
356
|
env = os.environ.copy()
|
|
357
|
+
# Set new canonical name while preserving legacy URL_ID for backwards compatibility
|
|
358
|
+
if "LLAMA_DEPLOY_DEPLOYMENT_NAME" not in env:
|
|
359
|
+
env["LLAMA_DEPLOY_DEPLOYMENT_NAME"] = config.name
|
|
357
360
|
env["LLAMA_DEPLOY_DEPLOYMENT_URL_ID"] = config.name
|
|
358
361
|
env["LLAMA_DEPLOY_DEPLOYMENT_BASE_PATH"] = f"/deployments/{config.name}/ui"
|
|
359
362
|
if config.ui is not None:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: llama-deploy-appserver
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.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>
|
|
@@ -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.
|
|
13
|
+
Requires-Dist: llama-deploy-core>=0.3.3,<0.4.0
|
|
14
14
|
Requires-Dist: httpx>=0.24.0,<1.0.0
|
|
15
15
|
Requires-Dist: prometheus-fastapi-instrumentator>=7.1.0
|
|
16
16
|
Requires-Dist: packaging>=25.0
|
|
@@ -15,10 +15,10 @@ llama_deploy/appserver/routers/ui_proxy.py,sha256=f63c36c201070594a4011320192d72
|
|
|
15
15
|
llama_deploy/appserver/settings.py,sha256=279dad9d80f4b54215cb8073bc46ee2beebfbc8ed75f40bccfbb387593f6975a,4984
|
|
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=aa06b3cdc9cdbf7e4c58c1b5bbd28025f56869a0065311aac8e98e729e70d38a,14342
|
|
19
19
|
llama_deploy/appserver/workflow_store/agent_data_store.py,sha256=7b8d1b8cb6f741ff631d668fc955ca76a82e8da0bf8a27ee3bc9a8ef71123701,3594
|
|
20
20
|
llama_deploy/appserver/workflow_store/keyed_lock.py,sha256=bb1504d9de09d51a8f60721cc77b14d4051ac5a897ace6f9d9cba494f068465e,950
|
|
21
21
|
llama_deploy/appserver/workflow_store/lru_cache.py,sha256=7511231b6aba81ea96044cf644cd9c1f11d78190b7b7f578b1b5a55e2c218f9f,1323
|
|
22
|
-
llama_deploy_appserver-0.3.
|
|
23
|
-
llama_deploy_appserver-0.3.
|
|
24
|
-
llama_deploy_appserver-0.3.
|
|
22
|
+
llama_deploy_appserver-0.3.3.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
|
|
23
|
+
llama_deploy_appserver-0.3.3.dist-info/METADATA,sha256=e821f37d47cd859b94f70aff8c5ae431f9b914bf4d4e70c8e03d1192cc4c0267,974
|
|
24
|
+
llama_deploy_appserver-0.3.3.dist-info/RECORD,,
|
|
File without changes
|