llama-deploy-appserver 0.3.0a12__py3-none-any.whl → 0.3.0a14__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 -1
- {llama_deploy_appserver-0.3.0a12.dist-info → llama_deploy_appserver-0.3.0a14.dist-info}/METADATA +2 -2
- {llama_deploy_appserver-0.3.0a12.dist-info → llama_deploy_appserver-0.3.0a14.dist-info}/RECORD +4 -4
- {llama_deploy_appserver-0.3.0a12.dist-info → llama_deploy_appserver-0.3.0a14.dist-info}/WHEEL +0 -0
@@ -215,7 +215,9 @@ def _install_and_add_appserver_if_missing(
|
|
215
215
|
pyproject = _find_development_pyproject()
|
216
216
|
if pyproject is None:
|
217
217
|
raise RuntimeError("No pyproject.toml found in llama-deploy-appserver")
|
218
|
-
|
218
|
+
base = (source_root.resolve() / path).resolve()
|
219
|
+
rel = Path(os.path.relpath(pyproject, start=base))
|
220
|
+
target = f"file://{str(rel)}"
|
219
221
|
|
220
222
|
run_uv(
|
221
223
|
"pip",
|
{llama_deploy_appserver-0.3.0a12.dist-info → llama_deploy_appserver-0.3.0a14.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: llama-deploy-appserver
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.0a14
|
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.
|
13
|
+
Requires-Dist: llama-deploy-core>=0.3.0a14,<0.4.0
|
14
14
|
Requires-Dist: httpx>=0.28.1
|
15
15
|
Requires-Dist: prometheus-fastapi-instrumentator>=7.1.0
|
16
16
|
Requires-Dist: packaging>=25.0
|
{llama_deploy_appserver-0.3.0a12.dist-info → llama_deploy_appserver-0.3.0a14.dist-info}/RECORD
RENAMED
@@ -15,7 +15,7 @@ llama_deploy/appserver/routers/ui_proxy.py,sha256=f63c36c201070594a4011320192d72
|
|
15
15
|
llama_deploy/appserver/settings.py,sha256=7f1f481216b29614a94783c81cb49f0790d66e9e0cacef407da4ed3c8fcbbeeb,3484
|
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=
|
19
|
-
llama_deploy_appserver-0.3.
|
20
|
-
llama_deploy_appserver-0.3.
|
21
|
-
llama_deploy_appserver-0.3.
|
18
|
+
llama_deploy/appserver/workflow_loader.py,sha256=9ea1c40ce63c5b17893864dc1c020d53e8e8faf94295465ec63dd0b265497ae0,13906
|
19
|
+
llama_deploy_appserver-0.3.0a14.dist-info/WHEEL,sha256=66530aef82d5020ef5af27ae0123c71abb9261377c5bc519376c671346b12918,79
|
20
|
+
llama_deploy_appserver-0.3.0a14.dist-info/METADATA,sha256=626617219128ef1cc7deb2380e5428171a912f2bc414afb0c47ba1eace2c5ee5,848
|
21
|
+
llama_deploy_appserver-0.3.0a14.dist-info/RECORD,,
|
{llama_deploy_appserver-0.3.0a12.dist-info → llama_deploy_appserver-0.3.0a14.dist-info}/WHEEL
RENAMED
File without changes
|